chore: Add a CMake target to build all examples
This commit is contained in:
parent
d8faf424ad
commit
56250a226f
@ -3,3 +3,5 @@ target_link_libraries(list PRIVATE minitar)
|
|||||||
|
|
||||||
add_executable(untar EXCLUDE_FROM_ALL untar.c)
|
add_executable(untar EXCLUDE_FROM_ALL untar.c)
|
||||||
target_link_libraries(untar PRIVATE minitar)
|
target_link_libraries(untar PRIVATE minitar)
|
||||||
|
|
||||||
|
add_custom_target(examples DEPENDS list untar)
|
Loading…
Reference in New Issue
Block a user