aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-08-12 21:44:32 +0800
committercrupest <crupest@outlook.com>2021-08-12 21:44:32 +0800
commit2e379441f69c4fd3049d186f76b25457e6250282 (patch)
tree893771e5103ca9f3a34bb622251aaacb024cf1c2 /demos/CMakeLists.txt
parentd718b0f576aeae1fa853124caefc8b0078f1deed (diff)
downloadcru-2e379441f69c4fd3049d186f76b25457e6250282.tar.gz
cru-2e379441f69c4fd3049d186f76b25457e6250282.tar.bz2
cru-2e379441f69c4fd3049d186f76b25457e6250282.zip
...
Diffstat (limited to 'demos/CMakeLists.txt')
-rw-r--r--demos/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index f3b4afde..17a8fbed 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -1,8 +1,6 @@
add_library(cru_demo_base INTERFACE)
-if(WIN32)
- target_link_libraries(cru_demo_base INTERFACE cru_win_gui)
-endif()
+target_link_libraries(cru_demo_base INTERFACE cru_platform_boostrap)
if(WIN32) # Currently only enable tests on Windows.
add_subdirectory(main)