diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
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) |