|
|
@ -79,9 +79,11 @@ ENDIF()
|
|
|
|
#add depends to include path
|
|
|
|
#add depends to include path
|
|
|
|
INCLUDE_DIRECTORIES ( library/depends )
|
|
|
|
INCLUDE_DIRECTORIES ( library/depends )
|
|
|
|
|
|
|
|
|
|
|
|
# build the static lua for dfusion
|
|
|
|
IF(!UNIX)
|
|
|
|
INCLUDE_DIRECTORIES ( lua/include )
|
|
|
|
# build the static lua for dfusion, win32 only
|
|
|
|
add_subdirectory (lua)
|
|
|
|
INCLUDE_DIRECTORIES ( lua/include )
|
|
|
|
|
|
|
|
add_subdirectory (lua)
|
|
|
|
|
|
|
|
ENDIF()
|
|
|
|
|
|
|
|
|
|
|
|
# build the lib itself
|
|
|
|
# build the lib itself
|
|
|
|
IF(BUILD_LIBRARY)
|
|
|
|
IF(BUILD_LIBRARY)
|
|
|
|