summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-03 17:07:29 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-03 17:07:29 +0000
commit63ea54f4b96ec165acfef1bfebd1e50cf4b40f3a (patch)
treede673a821c9a20d97e22ac8f8c125337540b5bbb /Tests/TestApp
parentUpdated copyright notice + updated submodules (diff)
downloadDiligentEngine-63ea54f4b96ec165acfef1bfebd1e50cf4b40f3a.tar.gz
DiligentEngine-63ea54f4b96ec165acfef1bfebd1e50cf4b40f3a.zip
Updated core & samples
Diffstat (limited to 'Tests/TestApp')
-rw-r--r--Tests/TestApp/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TestApp/CMakeLists.txt b/Tests/TestApp/CMakeLists.txt
index c88ff0d..ccac609 100644
--- a/Tests/TestApp/CMakeLists.txt
+++ b/Tests/TestApp/CMakeLists.txt
@@ -95,14 +95,14 @@ elseif(PLATFORM_MACOS)
src/MacOS/TestAppMacOS.cpp
)
target_sources(TestApp PRIVATE ${MAC_SOURCE})
- source_group("src\\McOS" FILES ${MAC_SOURCE})
+ source_group("src\\MacOS" FILES ${MAC_SOURCE})
elseif(PLATFORM_IOS)
set(IOS_SOURCE
src/IOS/TestAppIOS.cpp
)
target_sources(TestApp PRIVATE ${IOS_SOURCE})
- source_group("src\\McOS" FILES ${IOS_SOURCE})
+ source_group("src\\MacOS" FILES ${IOS_SOURCE})
endif()
set_common_target_properties(TestApp)