diff options
author | Brad King <brad.king@kitware.com> | 2013-06-04 13:02:46 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-06-04 13:02:46 (GMT) |
commit | 05e47f21222f0c14735ce1431a74a5ad974cb1a2 (patch) | |
tree | 1ad5af2b4247cd4feeeb08a0f7f01194ef3bb8b5 /Tests | |
parent | b418327d1b85944d137913faf6c04537b5894e2f (diff) | |
parent | 483e208482ff46532e7ae48659e569580a88af9c (diff) | |
download | CMake-05e47f21222f0c14735ce1431a74a5ad974cb1a2.zip CMake-05e47f21222f0c14735ce1431a74a5ad974cb1a2.tar.gz CMake-05e47f21222f0c14735ce1431a74a5ad974cb1a2.tar.bz2 |
Merge topic 'cfbundle-location'
483e208 OS X: Fix getting of CFBundle LOCATION property.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CFBundleTest/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CFBundleTest/CMakeLists.txt b/Tests/CFBundleTest/CMakeLists.txt index 8fd9efd..bf9771c 100644 --- a/Tests/CFBundleTest/CMakeLists.txt +++ b/Tests/CFBundleTest/CMakeLists.txt @@ -54,3 +54,5 @@ set_source_files_properties( ${CMAKE_CURRENT_BINARY_DIR}/InfoPlist.strings ${CMAKE_CURRENT_BINARY_DIR}/Localized.rsrc PROPERTIES MACOSX_PACKAGE_LOCATION "Resources/English.lproj") + +export(TARGETS CFBundleTest FILE ${CMAKE_CURRENT_BINARY_DIR}/exp.cmake) |