Browse Source

Fixed inclusion of Debugger.h and Controls.h

David Wimsey 11 years ago
parent
commit
defcb96479
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Build/CMakeLists.txt

+ 3 - 0
Build/CMakeLists.txt

@@ -251,6 +251,9 @@ else(NOT BUILD_FRAMEWORK)
 	set_target_properties(${NAME} PROPERTIES
 		OSX_ARCHITECTURES "i386;x86_64;"
 	)
+		set_property(SOURCE ${MASTER_PUB_HDR_FILES}
+			PROPERTY MACOSX_PACKAGE_LOCATION Headers
+		)
 		set_property(SOURCE ${Core_PUB_HDR_FILES}
 			PROPERTY MACOSX_PACKAGE_LOCATION Headers/Core
 		)