open-license-manager
2014-07-31 6b97710009d2830fa2ca86438a8eb83e3abf5810
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}
)