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
numa
Commits
d8f05ff5
Commit
d8f05ff5
authored
Jun 30, 2017
by
Pawel Sznajder
Browse files
Cosmetics in CmakeLists
parent
6f1ea5bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d8f05ff5
...
...
@@ -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 ===========================================================================
...
...
@@ -33,7 +32,7 @@ find_package(Eigen3 REQUIRED)
find_package
(
ElementaryUtils REQUIRED
)
# directories containing headers
include_directories
(
${
SFML_INCLUDE_DIR
}
${
E
LEMENTARY_UTILS
_INCLUDE_DIR
}
${
E
IGEN3
_INCLUDE_DIR
}
)
include_directories
(
${
SFML_INCLUDE_DIR
}
${
E
IGEN3
_INCLUDE_DIR
}
${
E
LEMENTARY_UTILS
_INCLUDE_DIR
}
)
include_directories
(
include
)
# FINALIZE ==================================================================================
...
...
@@ -49,6 +48,8 @@ file(
)
# define target library
set
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
add_library
(
NumA++
...
...
@@ -63,10 +64,9 @@ target_link_libraries(
NumA++
${
ELEMENTARY_UTILS_LIBRARIES
}
${
SFML_LIBRARIES
}
${
SFML_LIBRARIES
}
${
ELEMENTARY_UTILS_LIBRARIES
}
)
# install
...
...
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