mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
We don't define behavior for relative paths to the OUTPUT argument. Fix our tests to use full paths.
4 lines
132 B
CMake
4 lines
132 B
CMake
add_library(StaticLib empty.cpp)
|
|
|
|
file(GENERATE OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/test_output CONTENT $<TARGET_OBJECTS:StaticLib>)
|