aboutsummaryrefslogtreecommitdiff
path: root/demos/platform/gui/CMakeLists.txt
blob: b179fbc6616ccaa3686e2252f34dc3effc300e39 (plain)
1
2
3
4
5
add_library(CruDemoPlatformGuiBase INTERFACE)
target_link_libraries(CruDemoPlatformGuiBase INTERFACE CruPlatformBootstrap)

add_executable(CruDemoPlatformGuiEmptyWindow EmptyWindow.cpp)
target_link_libraries(CruDemoPlatformGuiEmptyWindow PRIVATE CruDemoPlatformGuiBase)