From 483e208482ff46532e7ae48659e569580a88af9c Mon Sep 17 00:00:00 2001 From: Clinton Stimpson Date: Sat, 1 Jun 2013 22:47:18 -0600 Subject: OS X: Fix getting of CFBundle LOCATION property. This fixes bug #13797. The kinds of changes applied in 373faae5 for frameworks are now applied to CFBundle. The prefix and suffix for CFBundles are now handled in cmTarget::GetFullNameInternal. --- Tests/CFBundleTest/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Tests/CFBundleTest') diff --git a/Tests/CFBundleTest/CMakeLists.txt b/Tests/CFBundleTest/CMakeLists.txt index 8fd9efdc65..bf9771c8b1 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) -- cgit v1.2.1