axmol/samples/CMakeLists.txt

15 lines
284 B
CMake
Raw Normal View History

if(BUILD_HelloCpp)
2013-11-02 19:14:29 +08:00
add_subdirectory(Cpp/HelloCpp)
endif(BUILD_HelloCpp)
if(BUILD_TestCpp)
2013-11-02 16:31:52 +08:00
add_subdirectory(Cpp/TestCpp)
endif(BUILD_TestCpp)
if(BUILD_HelloLua)
2013-11-02 19:14:29 +08:00
add_subdirectory(Lua/HelloLua)
endif(BUILD_HelloLua)
if(BUILD_TestLua)
2013-11-02 19:14:29 +08:00
add_subdirectory(Lua/TestLua)
endif(BUILD_TestLua)