mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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>)
|