This repository has been archived on 2025-12-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CArgParse/examples/CMakeLists.txt
2025-07-14 16:12:38 +08:00

6 lines
93 B
CMake

project(example)
add_executable(example simple.c)
target_link_libraries(example CArgParse)