Files
2026-09-20 11:43:10 +02:00

7 lines
72 B
CMake

enable_language(C)
add_library(foo STATIC)
add_subdirectory(subdir2)