We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c576471 commit d812af4Copy full SHA for d812af4
src/plugins/input/parser/CMakeLists.txt
@@ -1,11 +1,11 @@
1
-add_library(top-ports STATIC
2
- topPorts.cpp
3
- topPorts.hpp
4
-)
5
-
6
-target_include_directories(top-ports PUBLIC
7
- ${CMAKE_SOURCE_DIR}/include
8
- ${CMAKE_BINARY_DIR}/src
9
10
11
-target_compile_options(top-ports PRIVATE -fPIC)
+add_library(top-ports STATIC
+ topPorts.cpp
+ topPorts.hpp
+)
+
+target_include_directories(top-ports PUBLIC
+ ${CMAKE_SOURCE_DIR}/include
+ ${CMAKE_BINARY_DIR}/src
+target_compile_options(top-ports PRIVATE -fPIC)
0 commit comments