Fixed linking problems to GSL

This commit is contained in:
Guilhem Lavaux 2011-12-03 10:00:38 -05:00
parent f94e2912d4
commit 607f452f7c
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
SET(tolink CosmoTool ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})
SET(tolink ${GSL_LIBRARIES} CosmoTool)
include_directories(${CMAKE_SOURCE_DIR}/src ${NETCDF_INCLUDE_PATH} ${GSL_INCLUDE_PATH})
add_executable(testBQueue testBQueue.cpp)