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