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