diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2017-08-24 16:00:47 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2017-08-24 16:00:47 +0200 |
commit | fda61833ea8a8e6f1b10b66e0bb27614ef0eb750 (patch) | |
tree | 0ac1aa37bb60e885cb275257f4805ba85fde0172 /CMakeLists.txt | |
parent | 71e1f2db8b87763c06211d85119a921b11095a9d (diff) | |
parent | 0cc0ea331abc3f906606389b194166180d5ba548 (diff) | |
download | uca-ufo-fda61833ea8a8e6f1b10b66e0bb27614ef0eb750.tar.gz uca-ufo-fda61833ea8a8e6f1b10b66e0bb27614ef0eb750.tar.bz2 uca-ufo-fda61833ea8a8e6f1b10b66e0bb27614ef0eb750.tar.xz uca-ufo-fda61833ea8a8e6f1b10b66e0bb27614ef0eb750.zip |
Merge branch 'master' of https://github.com/ufo-kit/uca-ufo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42f2131..ba10a9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,3 +63,6 @@ target_link_libraries(ucaufo install(TARGETS ucaufo LIBRARY DESTINATION ${LIBUCA_PLUGINDIR}) + +add_executable(test tests/test.c) +target_link_libraries(test ucaufo) |