Daniele Bartolini преди 12 години
родител
ревизия
cf7ebb5539
променени са 2 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 2
      CMakeLists.txt
  2. 0 1
      src/CMakeLists.txt

+ 0 - 2
CMakeLists.txt

@@ -92,5 +92,3 @@ if (CROWN_BUILD_TESTS)
 	add_subdirectory(tests)
 endif (CROWN_BUILD_TESTS)
 
-add_subdirectory(game)
-

+ 0 - 1
src/CMakeLists.txt

@@ -234,7 +234,6 @@ set (NETWORK_HEADERS
 
 set (SCRIPT_SRC
 	script/ScriptSystem.cpp
-	script/binds/ApplicationBinds.cpp
 	script/binds/MathBinds.cpp
 	script/binds/Vec2Binds.cpp
 	script/binds/Vec3Binds.cpp