From: Bastian Dehn Date: Tue, 12 Mar 2024 16:34:45 +0000 (+0100) Subject: tests without include dir X-Git-Tag: v1.0.0^2~110 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=b4c3cea2d84c4697221c75115e50f8187a9fd17b;p=sane-kds-s2000w-net.git tests without include dir --- 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