Merge branch 'master' of file:///home/lavaux/Dropbox/gitRoot/CosmoToolbox
This commit is contained in:
commit
5571202c2f
3 changed files with 16 additions and 4 deletions
|
@ -33,11 +33,12 @@ SET(CosmoTool_SRCS ${CosmoTool_SRCS}
|
|||
yorick.hpp
|
||||
)
|
||||
|
||||
add_library(CosmoTool SHARED ${CosmoTool_SRCS})
|
||||
target_link_libraries(CosmoTool ${NETCDF_LIBRARY} ${NETCDFCPP_LIBRARY})
|
||||
add_library(CosmoTool ${CosmoTool_SRCS})
|
||||
target_link_libraries(CosmoTool ${NETCDF_LIBRARY} ${NETCDFCPP_LIBRARY} ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})
|
||||
|
||||
install(TARGETS CosmoTool
|
||||
LIBRARY DESTINATION lib)
|
||||
LIBRARY DESTINATION lib
|
||||
ARCHIVE DESTINATION lib)
|
||||
install(DIRECTORY . DESTINATION include/CosmoTool
|
||||
FILES_MATCHING PATTERN "*.hpp")
|
||||
install(DIRECTORY . DESTINATION include/CosmoTool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue