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
PIM
PIM Calendar Support
Commits
5e11173c
Commit
5e11173c
authored
Nov 06, 2020
by
Laurent Montel
😁
Browse files
Fix build on windows
parent
58c904f7
Pipeline
#39793
failed with stage
in 9 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/autotests/CMakeLists.txt
View file @
5e11173c
...
...
@@ -2,7 +2,7 @@ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
########### next target ###############
add_executable
(
noteeditdialogtest noteeditdialogtest.cpp
../noteeditdialog.cpp
)
add_executable
(
noteeditdialogtest noteeditdialogtest.cpp
)
add_test
(
NAME noteeditdialogtest COMMAND noteeditdialogtest
)
ecm_mark_as_test
(
noteeditdialogtest
)
target_link_libraries
(
noteeditdialogtest
...
...
Write
Preview
Markdown
is supported
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