aboutsummaryrefslogtreecommitdiff
path: root/demos/CMakeLists.txt
blob: f975a6e91aba8f3553ac69bea20fa73e26eb15fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_library(cru_demo_base INTERFACE)

target_link_libraries(cru_demo_base INTERFACE cru_platform_boostrap)

if(WIN32) # Currently only enable tests on Windows.
	add_subdirectory(main)
	add_subdirectory(scroll_view)

	add_subdirectory(input_method)
endif()

if(UNIX AND NOT APPLE)
	add_subdirectory(xcb)
endif()