From 8df49370c8c1175e3a8f067defcda31659ed08dd Mon Sep 17 00:00:00 2001 From: jpekkila Date: Mon, 5 Aug 2019 19:08:05 +0300 Subject: [PATCH] Cleanup --- src/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 0aad51d..1a58820 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -33,6 +33,6 @@ else () endif () ## Create and link the library -include_directories(.) cuda_add_library(astaroth_core STATIC astaroth.cu device.cu node.cu) +target_include_directories(astaroth_core PRIVATE .) target_link_libraries(astaroth_core m)