2010-11-01 02:43:17 +00:00
|
|
|
# 3fw - bundle standard frameworks
|
|
|
|
# ! cmakecache vars not available to external scripts
|
|
|
|
# so we configure it first to do substitutions
|
|
|
|
# make sure to use @varname@
|
|
|
|
|
2011-07-24 18:58:22 -05:00
|
|
|
MESSAGE (STATUS "Bundling other frameworks is not functional yet, skipping...")
|
2010-11-01 02:43:17 +00:00
|
|
|
|
|
|
|
# kill boolean warnings
|
|
|
|
CMAKE_POLICY (SET CMP0012 NEW)
|
|
|
|
|
2011-07-24 18:58:22 -05:00
|
|
|
INCLUDE (@CMAKE_BINARY_DIR@/mac/0vars.cmake)
|
2010-11-13 17:56:09 +00:00
|
|
|
INCLUDE (@CMAKE_SOURCE_DIR@/cmake/MacBundleMacros.cmake)
|
2010-11-01 02:43:17 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
|