summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-23 00:27:05 -0400
committerbd <bdunahu@operationnull.com>2025-04-23 00:27:05 -0400
commit6f99f95d9968ea5c83bf5a467bd4bc64750075a3 (patch)
tree25464f34dd3ec473b21332f1052c0dda0e9290c4
parent300c23b01bd3f2c57f979f47cf9f22474223af9c (diff)
Remove extra library include from CMakeLists
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 558f214..e62d60b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,7 +27,7 @@ if(RAM_TESTS)
# test executable
add_executable(tests ${SRCS} ${TESTS})
- target_include_directories(tests PRIVATE ${PROJECT_SOURCE_DIR}/inc ${PROJECT_SOURCE_DIR}/inc)
+ target_include_directories(tests PRIVATE ${PROJECT_SOURCE_DIR}/inc)
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain PRIVATE)
# test discovery