Skip to content
Snippets Groups Projects
Commit 74dc1b04 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

moving demo project implementation in shared library

parent 35db05cd
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 1 deletion
project(tests)
add_subdirectory(demoimpl)
add_subdirectory(datacreation EXCLUDE_FROM_ALL)
......@@ -12,7 +12,7 @@ project(testdatacreation)
set(BASENAME "${creatorsuffix_lower}")
configure_file(src/creator_base.cpp src/creator${creatorsuffix}.cpp @ONLY)
add_executable(creator${creatorsuffix} src/creator${creatorsuffix}.cpp src/ProjectList.cpp ${projectfile})
target_link_libraries(creator${creatorsuffix} ${AMDiS_LIBS} boost_filesystem)
target_link_libraries(creator${creatorsuffix} ${AMDiS_LIBS} demoimpl)
file(GLOB initfiles RELATIVE ${CMAKE_CURRENT_BINARY_DIR} init/${creatorsuffix_lower}*.dat*)
foreach(initfile ${initfiles})
get_filename_component(initfile_ext ${initfile} EXT)
......
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