mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
f5a441a616
Refactoring in commit a2cfa2da4f (GenEx/LINK_LIBRARY: Add features for
framework support on Apple, 2022-02-10, v3.24.0-rc1~661^2) accidentally
removed a `GetParentDirectory` call. Restore it.
Fixes: #23891
6 lines
108 B
CMake
6 lines
108 B
CMake
|
|
add_library(LibBundle lib_bundle.cpp)
|
|
|
|
set_target_properties(LibBundle PROPERTIES
|
|
MACOSX_BUNDLE YES)
|