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
partons-example
Commits
cdc11e66
Commit
cdc11e66
authored
Jun 30, 2017
by
Nabil Chouika
Browse files
Merge branch 'master' of
ssh://git@drf-gitlab.cea.fr/partons/core/partons-example.git
parents
902886cb
ff97890e
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cdc11e66
...
...
@@ -39,7 +39,7 @@ find_package(NumA++ REQUIRED)
find_package
(
PARTONS REQUIRED
)
# directories containing headers
include_directories
(
${
ELEMENTARY_UTILS_INCLUDE_DIR
}
${
QT_INCLUDE_DIRS
}
${
PARTON
S_INCLUDE_DIR
}
${
NUMA_INCLUDE_DIR
}
${
SFML
_INCLUDE_DIR
}
)
include_directories
(
${
QT_INCLUDE_DIRS
}
${
ELEMENTARY_UTIL
S_INCLUDE_DIR
}
${
NUMA_INCLUDE_DIR
}
${
PARTONS
_INCLUDE_DIR
}
)
# FINALIZE ==================================================================================
...
...
@@ -54,7 +54,6 @@ file(
)
# define target executable
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/bin
)
add_executable
(
...
...
@@ -68,14 +67,12 @@ add_executable(
target_link_libraries
(
PARTONS_release
${
PARTONS
_LIBRARIES
}
${
QT
_LIBRARIES
}
${
ELEMENTARY_UTILS_LIBRARIES
}
${
NUMA_LIBRARIES
}
${
QT_LIBRARIES
}
${
SFML_LIBRARIES
}
${
PARTONS_LIBRARIES
}
)
\ No newline at end of file
Write
Preview
Supports
Markdown
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