open-license-manager
2014-09-18 99d2c515c4a472cd8f8c42c7cc019eeffa4cb4da
1
2
3
4
5
6
7
8
9
10
11
ADD_LIBRARY(os STATIC
    os-linux.c
    network_id.c
    os-linux.cpp
)
 
target_link_libraries(
     os
     base
     ${EXTERNAL_LIBS}
)