src/library/os/win/CMakeLists.txt @@ -0,0 +1,9 @@ ADD_LIBRARY(os STATIC os-win.c ) target_link_libraries( os base ${EXTERNAL_LIBS} )