projects
/
junction.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Adds cmake file for junction test case
[junction.git]
/
CMakeLists.txt
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
15e6cfc
..
0519f28
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-140,3
+140,5
@@
if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set(JUNCTION_ALL_DLLS "${JUNCTION_ALL_DLLS}" PARENT_SCOPE)
endif()
+add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test)
+