Skip to content
Snippets Groups Projects
Commit 67b6bbed authored by Nico's avatar Nico
Browse files

Update CMake For Google Test...

parent dbb1f8c2
No related branches found
No related tags found
No related merge requests found
......@@ -42,11 +42,14 @@ include_directories("${source_dir}/googletest/include"
# Test Compilation
file(GLOB SRCS *.cxx)
INCLUDE_DIRECTORIES( ${CLASS_HEADERS_DIR_EQUIVALENCE} ${CLASS_HEADERS_DIR_IRRADIATION} ${CLASS_HEADERS_DIR_XS} ${CLASS_HEADERS_DIR_INCLUDE} ${CLASS_HEADERS_DIR_EXTERNAL})
ADD_EXECUTABLE(RunTest ${SRCS})
TARGET_LINK_LIBRARIES(RunTest
libgtest
libgmock
CLASSpkg
)
add_test(NAME CLASSTest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment