mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
20e9b59d5e
Closes: #18222
3 lines
99 B
CMake
3 lines
99 B
CMake
add_library(SLD TestLib.c)
|
|
set_target_properties(SLD PROPERTIES ARCHIVE_OUTPUT_DIRECTORY $<1:lib>)
|