libui/examples/CMakeLists.txt

20 lines
269 B
CMake
Raw Normal View History

2016-06-01 13:42:24 -05:00
# 1 june 2016
include_directories(..)
_add_exec(controlgallery
controlgallery/main.c
)
_add_exec(histogram
histogram/main.c
)
_add_exec(cpp-multithread
cpp-multithread/main.cpp
)
add_custom_target(examples
DEPENDS
controlgallery
histogram
cpp-multithread)