Skip to content

Portable sample app for MacOS X using CMake and CPack.

License

Notifications You must be signed in to change notification settings

SourceReviver/cmake-bundle-macos

 
 

Repository files navigation

About

Portable sample app using CMake and CPack.

The app uses two dynamic libraries, one of them using yet another library:

PortableApp
  libLibOne.dylib
  libLibTwo.dylib
    libLibThree.dylib

Tags: CMake, CPack, MacOS X bundle, .dmg, portable app.

Building

mkdir build
cd build
cmake ..
cpack -G DragNDrop

Contacts

You are welcome to contact me at ivan.onyshchenko (at) gmail.com in case you have any questions, comments, suggestions or need help building, designing or implementing your product.

About

Portable sample app for MacOS X using CMake and CPack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.2%
  • CMake 40.8%