|
@@ -32,16 +32,4 @@ elseif(EMSCRIPTEN)
|
|
|
|
|
|
|
|
endif()
|
|
endif()
|
|
|
|
|
|
|
|
-add_subdirectory(Source)
|
|
|
|
|
-
|
|
|
|
|
-#Build Editor if it is available
|
|
|
|
|
-if (NOT ANDROID AND NOT EMSCRIPTEN)
|
|
|
|
|
-
|
|
|
|
|
- if (IS_DIRECTORY ${CMAKE_SOURCE_DIR}/AtomicEditor)
|
|
|
|
|
-
|
|
|
|
|
- add_subdirectory(AtomicEditor)
|
|
|
|
|
-
|
|
|
|
|
- endif()
|
|
|
|
|
-
|
|
|
|
|
-endif()
|
|
|
|
|
-
|
|
|
|
|
|
|
+add_subdirectory(Source)
|