mirror of https://github.com/axmolengine/axmol.git
issue #3828: Updates CMakeLists.txt. Removes unused CMakeLists.txt.
This commit is contained in:
parent
d1d447b52e
commit
c2f1fbc4c1
|
@ -282,10 +282,10 @@ endif(BUILD_LIBS_LUA)
|
||||||
# build samples
|
# build samples
|
||||||
|
|
||||||
if(BUILD_TestCpp)
|
if(BUILD_TestCpp)
|
||||||
add_subdirectory(samples/Cpp/TestCpp)
|
add_subdirectory(samples/test-cpp)
|
||||||
endif(BUILD_TestCpp)
|
endif(BUILD_TestCpp)
|
||||||
|
|
||||||
if(BUILD_TestLua)
|
if(BUILD_TestLua)
|
||||||
add_subdirectory(samples/Lua/TestLua)
|
add_subdirectory(samples/test-lua)
|
||||||
endif(BUILD_TestLua)
|
endif(BUILD_TestLua)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
if(BUILD_TestCpp)
|
|
||||||
add_subdirectory(TestCpp)
|
|
||||||
endif(BUILD_TestCpp)
|
|
||||||
|
|
||||||
if(BUILD_TestLua)
|
|
||||||
add_subdirectory(TestLua)
|
|
||||||
endif(BUILD_TestLua)
|
|
Loading…
Reference in New Issue