open-license-manager
2014-09-11 909c6b41242c1d8c78e5ee621252560f0726d885
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}
)