From 2f011257299cc7d7073b752453dcac254df7a018 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 1 Nov 2023 19:09:54 +0100 Subject: cmake/make: minor cleanups and fixes --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 714e18a..1d6b55c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -17,7 +17,7 @@ include(GoogleTest) macro(test_int name kind) set(target test-${name}) add_executable(${target} ${name}.cc) - target_include_directories(${target} PRIVATE ${SRC}) + target_include_directories(${target} PRIVATE ${src}) target_compile_options(${target} PRIVATE -Wall -Wextra) if(${kind} STREQUAL "gtest") target_link_libraries(${target} GTest::gmock_main) -- cgit v1.2.3