open-license-manager
2014-08-04 cd53d13fd12f8dd86514b2894e62ee6612566975
1
2
3
4
5
6
7
8
9
10
ADD_LIBRARY(os STATIC
    os-linux.c
    os-linux.cpp
)
 
target_link_libraries(
     os
     base
     ${EXTERNAL_LIBS}
)