humanus.cpp/examples/mcp/CMakeLists.txt

5 lines
120 B
CMake
Raw Normal View History

set(target humanus_cli_mcp)
2025-03-26 19:28:02 +08:00
add_executable(${target} humanus_mcp.cpp)
2025-03-26 19:28:02 +08:00
2025-04-08 23:26:53 +08:00
target_link_libraries(${target} PRIVATE humanus)