mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
615a1c6691
Fixes: #24877
6 lines
143 B
CMake
6 lines
143 B
CMake
enable_language(C)
|
|
|
|
add_executable(LargeELF LargeELF.c)
|
|
set_property(TARGET LargeELF PROPERTY INSTALL_RPATH "/test")
|
|
install(TARGETS LargeELF)
|