aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-24 00:16:31 +0800
committer杨宇千 <crupest@outlook.com>2019-07-24 00:16:31 +0800
commita6691ef539d3738333273c1096a3feec40d9feae (patch)
tree7e440700250eceff31c4af842df5f1778e0e6d50 /src/CMakeLists.txt
parentaddf034b2da308b2051455981876ff611512a60f (diff)
downloadcru-a6691ef539d3738333273c1096a3feec40d9feae.tar.gz
cru-a6691ef539d3738333273c1096a3feec40d9feae.tar.bz2
cru-a6691ef539d3738333273c1096a3feec40d9feae.zip
...
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 50092e1c..0507ee2b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -46,7 +46,7 @@ target_sources(cru_platform_native INTERFACE
target_link_libraries(cru_platform_native INTERFACE cru_platform_graph)
if(WIN32)
-add_subdirectory(win)
+ add_subdirectory(win)
endif()
add_subdirectory(ui)