mirror of
https://github.com/Hizenberg469/Routing-Table-Manager.git
synced 2026-04-20 02:12:25 +03:00
RTM Project
This commit is contained in:
16
Mac-List/CMakeLists.txt
Normal file
16
Mac-List/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
set(MAC_LIST_SRC
|
||||
"mac-list.c")
|
||||
|
||||
set(MAC_LIST_HEADER
|
||||
"mac-list.h")
|
||||
|
||||
add_library( ${ML_NAME} STATIC
|
||||
${MAC_LIST_SRC}
|
||||
${MAC_LIST_HEADER})
|
||||
|
||||
target_include_directories( ${ML_NAME} PUBLIC
|
||||
"./")
|
||||
|
||||
target_link_libraries( ${ML_NAME} PUBLIC
|
||||
${DLL_NAME}
|
||||
${RT_NAME})
|
||||
Reference in New Issue
Block a user