Fixed building
This commit is contained in:
parent
b8e60a7d33
commit
883c338c08
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
SET(tolink ${CosmoTool_local} ${CosmoTool_LIBS} ${GSL_LIBRARIES} ${DL_LIBRARY})
|
||||
if (RT_LIBRARY)
|
||||
SET(tolink ${tolink} ${RT_LIBRARY})
|
||||
endif()
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
include_directories(${FFTW3_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIRS} ${GSL_INCLUDE_PATH})
|
||||
if(YORICK_SUPPORT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue