mirror of
https://github.com/Hizenberg469/Routing-Table-Manager.git
synced 2026-04-19 18:02:23 +03:00
RTM Project
This commit is contained in:
15
Sync/CMakeLists.txt
Normal file
15
Sync/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
set(SYNC_SRC
|
||||
"sync.c")
|
||||
set(SYNC_HEADER
|
||||
"sync.h")
|
||||
|
||||
add_library( ${SM_NAME} STATIC
|
||||
${SYNC_SRC}
|
||||
${SYNC_HEADER})
|
||||
|
||||
target_include_directories( ${SM_NAME} PUBLIC
|
||||
"./")
|
||||
|
||||
target_link_libraries( ${SM_NAME} PUBLIC
|
||||
${ML_NAME}
|
||||
${RT_NAME})
|
||||
Reference in New Issue
Block a user