make_release_only() if (MSVC) set( CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4244 /wd4267" ) endif() add_library( civetweb civetweb.c ) target_compile_definitions( civetweb PRIVATE -DNO_SSL -DUSE_WEBSOCKET -DNO_CGI ) target_include_directories( civetweb INTERFACE "$" )