From: Nils Forssén Date: Thu, 13 Jun 2024 20:44:49 +0000 (+0200) Subject: restructure X-Git-Url: https://gitweb.forssennils.se/?a=commitdiff_plain;h=3825f36c3edc9dafb506ea74882d42440d51e6a4;p=flygplan.git restructure --- diff --git a/include/test.h b/include/test.h deleted file mode 100755 index 34889fd..0000000 --- a/include/test.h +++ /dev/null @@ -1 +0,0 @@ -#include \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3d4149b..37c58d9 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -2,6 +2,6 @@ add_executable(client main.cpp ) -target_include_directories(client PRIVATE ${CMAKE_SOURCE_DIR}/include) +target_include_directories(client PRIVATE include) target_link_libraries(client PUBLIC MAVLink) diff --git a/src/include/test.h b/src/include/test.h new file mode 100755 index 0000000..34889fd --- /dev/null +++ b/src/include/test.h @@ -0,0 +1 @@ +#include \ No newline at end of file