mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
e017ba046c
Avoid relinking before installation.
8 lines
109 B
CMake
8 lines
109 B
CMake
set(names
|
|
xcoff32.bin
|
|
xcoff64.bin
|
|
)
|
|
set(format XCOFF)
|
|
|
|
include(${CMAKE_CURRENT_LIST_DIR}/Common.cmake)
|