diff --git a/CMakeLists.txt b/CMakeLists.txt index 23bf9a4d8a7d8a292e11136a8e8847afc2c36a19..94d9bc4d10c25f9ab4b7137fdeae023856469e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,6 +11,6 @@ project(timer) include_directories(${MPI_INCLUDE_PATH}) include_directories(${CUDA_INCLUDE_DIRS}) -set(SOURCE_LIB Event.cpp Jikan.cpp Jikan.cu JikanWrapper.cpp ToJSON.cpp) +set(SOURCE_LIB Event.cpp JikanDepths.cpp JikanDepths.cu Event.cu Jikan.cpp ToJSON.cpp) add_library(timer STATIC ${SOURCE_LIB}) \ No newline at end of file