repo.or.cz
/
openstranded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduced FileSystem and Out classes
[openstranded.git]
/
src
/
defparse
/
CMakeLists.txt
blob
50ae9dc554cdfd5bc6355b51bbe38b648c5e0572
1
SET(DEFTEST_MODULES
2
deftest.cc
3
)
4
5
add_executable(deftest ${DEFTEST_MODULES})
6
target_link_libraries(deftest core ${CORE_DEPENDENCIES})
7