@@ -77,6 +77,12 SCIQLOP_SET_TO_PARENT_SCOPE(CHECKSTYLE_INPUT_FILES) | |||||
77 | #LIST(APPEND CHECKSTYLE_EXCLUSION_FILES ${CMAKE_CURRENT_SOURCE_DIR}/vera-exclusions/exclusions.txt) |
|
77 | #LIST(APPEND CHECKSTYLE_EXCLUSION_FILES ${CMAKE_CURRENT_SOURCE_DIR}/vera-exclusions/exclusions.txt) | |
78 | SCIQLOP_SET_TO_PARENT_SCOPE(CHECKSTYLE_EXCLUSION_FILES) |
|
78 | SCIQLOP_SET_TO_PARENT_SCOPE(CHECKSTYLE_EXCLUSION_FILES) | |
79 |
|
79 | |||
|
80 | # Temporary target to copy to plugins dir | |||
|
81 | find_package(sciqlop-mockplugin) | |||
|
82 | ADD_CUSTOM_TARGET(plugins | |||
|
83 | COMMAND ${CMAKE_COMMAND} -E copy ${SCIQLOP-MOCKPLUGIN_LIBRARIES} "${LIBRARY_OUTPUT_PATH}/plugins/${SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME}" | |||
|
84 | ) | |||
|
85 | ||||
80 | # |
|
86 | # | |
81 | # Compile the tests |
|
87 | # Compile the tests | |
82 | # |
|
88 | # |
@@ -16,6 +16,7 if(WIN32) | |||||
16 | set (OS_LIB_EXTENSION "dll") |
|
16 | set (OS_LIB_EXTENSION "dll") | |
17 | endif(WIN32) |
|
17 | endif(WIN32) | |
18 | # TODO: Add Mac Support |
|
18 | # TODO: Add Mac Support | |
19 |
set(SCIQLOP-MOCKPLUGIN_LIBRARIES |
|
19 | set(SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME "libsciqlop_mockplugin${DEBUG_SUFFIX}.${OS_LIB_EXTENSION}") | |
|
20 | set(SCIQLOP-MOCKPLUGIN_LIBRARIES "${LIBRARY_OUTPUT_PATH}/${SCIQLOP-MOCKPLUGIN_LIBRARIES_NAME}") | |||
20 |
|
21 | |||
21 | set(SCIQLOP-MOCKPLUGIN_FOUND TRUE) |
|
22 | set(SCIQLOP-MOCKPLUGIN_FOUND TRUE) |
General Comments 0
You need to be logged in to leave comments.
Login now