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