Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
kww
Commits
c60dd92b
Commit
c60dd92b
authored
Dec 17, 2019
by
Wuttke, Joachim
Browse files
try WORKING_DIRECTORY=lib
parent
100df766
Pipeline
#14245
failed with stage
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/CMakeLists.txt
View file @
c60dd92b
...
...
@@ -7,4 +7,4 @@ add_test(NAME runkww COMMAND runkww 0 c a .5 .5)
add_executable
(
kwwtest kwwtest.c
)
target_include_directories
(
kwwtest PRIVATE
${
CMAKE_SOURCE_DIR
}
/lib
)
target_link_libraries
(
kwwtest
${
kww_LIBRARY
}
)
add_test
(
NAME kwwtest COMMAND kwwtest
)
add_test
(
NAME kwwtest COMMAND kwwtest
WORKING_DIRECTORY
${
CMAKE_BINARY_DIR
}
/lib
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment