From b4c3cea2d84c4697221c75115e50f8187a9fd17b Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 12 Mar 2024 17:34:45 +0100 Subject: [PATCH] tests without include dir --- tests/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6d97c21..0eec102 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -14,6 +14,4 @@ target_link_libraries("runtests" check subunit sane-kds_s2000w_net) add_custom_target("runningtests" ALL "./runtests" WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - DEPENDS "runtests") - -target_include_directories("runtests" PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/../src") \ No newline at end of file + DEPENDS "runtests") \ No newline at end of file -- 2.39.5