axmol/samples/CMakeLists.txt

6 lines
123 B
CMake
Raw Normal View History

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