include FFT in DKSOPAL and DKSBaseMuSR

This commit is contained in:
Uldis Locans
2017-05-29 12:49:32 +02:00
parent f3527969cb
commit e32f9aaff2
15 changed files with 267 additions and 36 deletions

View File

@ -28,4 +28,7 @@ IF (ENABLE_OPAL)
TARGET_LINK_LIBRARIES(testPushKick dks ${Boost_LIBRARIES} ${CLFFT_LIBRARIES})
ENDIF(ENABLE_OPAL)
ADD_EXECUTABLE(testFFT testFFT.cpp)
TARGET_LINK_LIBRARIES(testFFT dks ${Boost_LIBRARIES} ${CLFFT_LIBRARIES})