aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
blob: 64612bf9be268783f245bcf8a1eeb7c250257204 (plain)
1
2
3
4
5
6
7
8
add_library(cru_demo_base INTERFACE)

if(WIN32)
	target_link_libraries(cru_demo_base INTERFACE cru_win_native)
endif()

add_subdirectory(main)
add_subdirectory(input_method)