restructure
authorNils Forssén <forssennils@gmail.com>
Thu, 13 Jun 2024 20:44:49 +0000 (22:44 +0200)
committerNils Forssén <forssennils@gmail.com>
Thu, 13 Jun 2024 20:44:49 +0000 (22:44 +0200)
include/test.h [deleted file]
src/CMakeLists.txt
src/include/test.h [new file with mode: 0755]

diff --git a/include/test.h b/include/test.h
deleted file mode 100755 (executable)
index 34889fd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include <iostream>
\ No newline at end of file
index 3d4149bb27b12b34ee36a49cdfc7de056180878b..37c58d9ad441d7d41441d1b6238a2b0ed20f2d67 100755 (executable)
@@ -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 (executable)
index 0000000..34889fd
--- /dev/null
@@ -0,0 +1 @@
+#include <iostream>
\ No newline at end of file