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
jlopez
project_population_guillaume_martin
Commits
50896ec3
Commit
50896ec3
authored
Oct 06, 2017
by
jlopez
Browse files
Compile static
parent
81f3b580
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
50896ec3
...
@@ -7,4 +7,4 @@ set(SOURCE_FILES src/main.cpp src/sources/Population.cpp src/headers/Population.
...
@@ -7,4 +7,4 @@ set(SOURCE_FILES src/main.cpp src/sources/Population.cpp src/headers/Population.
add_executable
(
Population
${
SOURCE_FILES
}
)
add_executable
(
Population
${
SOURCE_FILES
}
)
find_package
(
GSL REQUIRED
)
find_package
(
GSL REQUIRED
)
target_link_libraries
(
Population GSL::gsl GSL::gslcblas
)
target_link_libraries
(
Population libgsl.a libgslcblas.a
)
\ No newline at end of file
\ No newline at end of file
Population
0 → 100755
View file @
50896ec3
File added
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