9 lines
79 B
CMake
9 lines
79 B
CMake
if( ELUNA )
|
|
add_subdirectory(lualib)
|
|
add_subdirectory(LuaEngine)
|
|
endif()
|
|
|
|
|
|
|
|
|