Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
afa77ae7
Commit
afa77ae7
authored
Jul 07, 2014
by
Pilar Cossio
Browse files
CMakeList for interactive hydra
parent
ecd93ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
afa77ae7
...
@@ -26,8 +26,13 @@ endif()
...
@@ -26,8 +26,13 @@ endif()
set
(
BIOEM_SOURCE_FILES
"bioem.cpp"
"main.cpp"
"map.cpp"
"model.cpp"
"param.cpp"
"cmodules/timer.cpp"
)
set
(
BIOEM_SOURCE_FILES
"bioem.cpp"
"main.cpp"
"map.cpp"
"model.cpp"
"param.cpp"
"cmodules/timer.cpp"
)
###Find Required Packages
###Find Required Packages
find_package
(
PkgConfig REQUIRED
)
find_package
(
PkgConfig
)
pkg_check_modules
(
FFTW fftw3 REQUIRED
)
if
(
PKG_CONFIG_FOUND
)
pkg_check_modules
(
FFTW fftw3
)
endif
()
if
(
NOT FFTW_FOUND
)
find_package
(
FFTW 3 REQUIRED
)
endif
()
include_directories
(
${
FFTW_INCLUDE_DIRS
}
)
include_directories
(
${
FFTW_INCLUDE_DIRS
}
)
find_package
(
Boost 1.43 REQUIRED
)
find_package
(
Boost 1.43 REQUIRED
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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