Make demo program

This commit is contained in:
2024-11-02 15:55:57 +00:00
parent 18271a2988
commit c935279def
4 changed files with 58 additions and 1 deletions

3
demo/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_executable(shitgrep shitgrep.c)
set_default_target_options(shitgrep)
target_link_libraries(shitgrep PRIVATE lib)