2010-09-15 20:51:18 +02:00
|
|
|
SET(tolink CosmoTool ${GSL_LIBRARY} ${GSLCBLAS_LIBRARY})
|
2011-01-24 16:25:02 +01:00
|
|
|
include_directories(${CMAKE_SOURCE_DIR}/src ${NETCDF_INCLUDE_PATH} ${GSL_INCLUDE_PATH})
|
2010-09-12 21:36:37 +02:00
|
|
|
|
|
|
|
add_executable(testBQueue testBQueue.cpp)
|
|
|
|
target_link_libraries(testBQueue ${tolink})
|
|
|
|
|
|
|
|
add_executable(testInterpolate testInterpolate.cpp)
|
|
|
|
target_link_libraries(testInterpolate ${tolink})
|
|
|
|
|
|
|
|
add_executable(testSmooth testSmooth.cpp)
|
|
|
|
target_link_libraries(testSmooth ${tolink})
|
2010-09-15 20:51:18 +02:00
|
|
|
|
|
|
|
add_executable(testkd testkd.cpp)
|
|
|
|
target_link_libraries(testkd ${tolink})
|
|
|
|
|
|
|
|
add_executable(testkd2 testkd2.cpp)
|
|
|
|
target_link_libraries(testkd2 ${tolink})
|
|
|
|
|
|
|
|
add_executable(testDelaunay testDelaunay.cpp)
|
|
|
|
target_link_libraries(testDelaunay ${tolink})
|