1
0
Fork 0
libweb/examples/hello/CMakeLists.txt

5 lines
141 B
CMake

cmake_minimum_required(VERSION 3.13)
project(hello C)
add_executable(hello main.c)
target_link_libraries(${PROJECT_NAME} PRIVATE web dynstr)