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
KPkPass
Commits
e0ae564a
Commit
e0ae564a
authored
Mar 30, 2018
by
Laurent Montel
😁
Browse files
We don't have cmake subdirectory
parent
c4e53a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e0ae564a
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
...
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
project
(
KPkPass VERSION 0.0.1
)
project
(
KPkPass VERSION 0.0.1
)
find_package
(
ECM 5.38 REQUIRED NO_MODULE
)
find_package
(
ECM 5.38 REQUIRED NO_MODULE
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
${
CMAKE_SOURCE_DIR
}
/cmake
)
set
(
CMAKE_MODULE_PATH
${
ECM_MODULE_PATH
}
${
ECM_KDE_MODULE_DIR
}
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
KDEFrameworkCompilerSettings NO_POLICY_SCOPE
)
include
(
ECMAddTests
)
include
(
ECMAddTests
)
...
...
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