cmake/Tests/RunCMake/ObjectLibrary/LinkObjLHS.cmake

3 lines
74 B
CMake
Raw Normal View History

2012-04-19 19:04:21 +03:00
add_library(AnObjLib OBJECT a.c)
target_link_libraries(AnObjLib OtherLib)