open-license-manager
2014-05-26 b5001a9a6e6d0f63f2f2d26a2f710519a6fcc6a0
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}
)