浏览代码

Adding back add_subdirectory call ...

... for the Standalone folder
lumberyard-employee-dm 4 年之前
父节点
当前提交
6c20d66ac6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      CMakeLists.txt

+ 2 - 1
CMakeLists.txt

@@ -43,4 +43,5 @@ else()
     set_property(GLOBAL APPEND PROPERTY LY_PROJECTS_TARGET_NAME ${project_target_name})
 
     add_subdirectory(Gem)
-endif()
+    add_subdirectory(Standalone)
+endif()