hi all,

i am currently trying to adapt a cmake build system to build an osx app.

the specific code is:
INSTALL(CODE "
   include(BundleUtilities)
   fixup_bundle(\"${CMAKE_CURRENT_BINARY_DIR}/${myappbundlename}.app\"   \"\"   
\"${CMAKE_CURRENT_BINARY_DIR}\")
   "
COMPONENT Runtime)

however it doesn't seem to work correctly, the verification of the app fails:
error: verify_app failed

since i don't have access to an osx machine and i have little knowledge about 
the osx toolchain in general, what is the exact semantics of fixup_bundle? 
especially, what is the purpose of the <libs> and <dirs> arguments and where 
should they point to?

thanks, tim

-- 
t...@klingt.org
http://tim.klingt.org

The price an artist pays for doing what he wants is that he has to do
it.
  William S. Burroughs


_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to