extract ipv4 into its own static library
This commit is contained in:
11
ipv4/CMakeLists.txt
Normal file
11
ipv4/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
add_library(ipv4 STATIC ipv4.cpp)
|
||||
|
||||
target_include_directories(ipv4 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_compile_options(ipv4 PRIVATE -Wall -Wextra -Wno-unused-parameter)
|
||||
|
||||
target_link_libraries(ipv4 PUBLIC
|
||||
util
|
||||
eth
|
||||
debug_log
|
||||
)
|
||||
Reference in New Issue
Block a user