curldivergence / cmake-bundle-macos

Portable sample app for MacOS X using CMake and CPack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 59.2%Language:CMake 40.8%