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
partons
core
elementary-utils
Commits
0c0e877a
Commit
0c0e877a
authored
Jun 30, 2017
by
Pawel Sznajder
Browse files
Cosmetics in CmakeLists
parent
2f67fc4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
0c0e877a
...
...
@@ -16,7 +16,6 @@ set(CMAKE_AUTOMOC ON)
# as moc files are generated in the binary dir, tell cmake to always look for includes there
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
# FIND LIBRARIES ===========================================================================
...
...
@@ -43,6 +42,8 @@ file(
)
# define target library
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
add_library
(
ElementaryUtils
...
...
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