Skip to content
Snippets Groups Projects
Commit c47b2ae7 authored by Nicky Dasmijn's avatar Nicky Dasmijn
Browse files

We probably want this (have to guess as I cannot run the tests).

parent b33de4fb
No related branches found
No related tags found
No related merge requests found
...@@ -107,8 +107,8 @@ if (LL_TESTS) ...@@ -107,8 +107,8 @@ if (LL_TESTS)
# executable. This SHOULD properly be "$<TARGET_FILE_DIR:lltest>/Resources", # executable. This SHOULD properly be "$<TARGET_FILE_DIR:lltest>/Resources",
# but the CMake $<TARGET_FILE_DIR> generator expression isn't evaluated by # but the CMake $<TARGET_FILE_DIR> generator expression isn't evaluated by
# CREATE_LINK, so fudge it. # CREATE_LINK, so fudge it.
add_custom_command( TARGET tests_ok PRE_BUILD add_custom_command( TARGET lltest POST_BUILD
COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resource COMMAND cmake -E create_symlink ${SHARED_LIB_STAGING_DIR} ${CMAKE_BINARY_DIR}/test/Resources
) )
endif() endif()
endif (LL_TESTS) endif (LL_TESTS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment