From 7e8c59a3ae3556326476852158dd9e587d20d9e8 Mon Sep 17 00:00:00 2001 From: Cem Karan Date: Tue, 16 Feb 2016 16:28:47 -0500 Subject: [PATCH] Bug fix: Forgot to put in target properties for the transparent app. --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 5c7440b18..da8e30584 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -59,6 +59,7 @@ if (APPLE) set_target_properties(filters PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Filters") set_target_properties(simple PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Simple") set_target_properties(splitview PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "SplitView") + set_target_properties(transparent PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Transparent") set_target_properties(wave PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "Wave") set_target_properties(${WINDOWS_BINARIES} PROPERTIES