aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
blob: 16159d08cb57e3cfc77edd1f948663d0bd717165 (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_gui)
endif()

add_subdirectory(main)
add_subdirectory(input_method)