2024-11-11 15:18:55 +01:00

3 lines
99 B
CMake

add_library(SLD TestLib.c)
set_target_properties(SLD PROPERTIES ARCHIVE_OUTPUT_DIRECTORY $<1:lib>)