Files
mod-ale/CMakeLists.txt
2018-04-28 02:25:19 +08:00

9 lines
79 B
CMake

if( ELUNA )
add_subdirectory(lualib)
add_subdirectory(LuaEngine)
endif()