Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Data Exporter
Commits
ce7f7fee
Commit
ce7f7fee
authored
Nov 07, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile on windows
parent
68122690
Pipeline
#39879
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/autotests/CMakeLists.txt
core/autotests/CMakeLists.txt
+1
-1
No files found.
core/autotests/CMakeLists.txt
View file @
ce7f7fee
...
...
@@ -26,7 +26,7 @@ target_link_libraries(test_resourceconverter PUBLIC KF5::ConfigCore pimdataexpor
#####
set
(
resourceconverterclasstest_SRCS resourceconverterclasstest.cpp
resourceconvertertest.cpp
)
set
(
resourceconverterclasstest_SRCS resourceconverterclasstest.cpp
)
add_executable
(
resourceconverterclasstest
${
resourceconverterclasstest_SRCS
}
)
add_test
(
NAME resourceconverterclasstest COMMAND resourceconverterclasstest
)
ecm_mark_as_test
(
resourceconverterclasstest
)
...
...
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