CMake/Tests/RunCMake/ObjectLibrary/Export.cmake

3 lines
63 B
CMake

add_library(A OBJECT a.c)
export(TARGETS A FILE AExport.cmake)