repo.or.cz
/
transsip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
test: add dummy C test
[transsip.git]
/
src
/
test
/
CMakeLists.txt
blob
c34e0fbfaddf543d89b6d7c79d79a72e1d05fda9
1
INCLUDE_DIRECTORIES (${CMAKE_SOURCE_DIR})
2
LINK_DIRECTORIES (${CMAKE_SOURCE_DIR})
3
4
ADD_EXECUTABLE(test_dummy test_dummy.c)
5
TARGET_LINK_LIBRARIES (test_dummy ${PROJECT_NAME})
6
ADD_TEST(test_dummy test_dummy)