LibWS/CMakeLists.txt

3 lines
102 B
CMake

add_subdirectory(GSock-Pro)
add_library(LibWS sha1.cpp websocket.cpp)
target_link_libraries(GSock-Pro)