open-license-manager
2014-10-14 8ce201d0207a93d26c19fd136df4040f11ebcef1
src/library/os/win/CMakeLists.txt
@@ -0,0 +1,9 @@
ADD_LIBRARY(os STATIC
   os-win.c
)
target_link_libraries(
     os
     base
     ${EXTERNAL_LIBS}
)