Skip to content

Commit d812af4

Browse files
author
Damir Zainullin
committed
_
1 parent c576471 commit d812af4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
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)

0 commit comments

Comments
 (0)