repo.or.cz
/
tagua.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added borderCoord.
[tagua.git]
/
tests
/
CMakeLists.txt
blob
3aa55ed0ef7c84414a8c24a934cb60ec3d7b455a
1
# some tests require cppunit
2
find_package(CPPUNIT)
3
if(CPPUNIT_FOUND)
4
add_subdirectory(settings)
5
add_subdirectory(weak_set)
6
add_subdirectory(hlvariants)
7
else(CPPUNIT_FOUND)
8
message("CppUnit not found. Tests requiring it will not be compiled.")
9
endif(CPPUNIT_FOUND)
10