hku-ect / gazebosc

3 stars 6 forks source link

Better dev workflow with cmake #83

Open sphaero opened 3 years ago

sphaero commented 3 years ago

On OSX for example we can build an Xcode project

cmake .. -G Xcode

But in order to run in Xcode we the support files (i.e. misc folder) This is handled by the install target but the files end up in a different folder the binary run by Xcode. This must be smoother. Either we prepare the binary at the location where Xcode puts them or something else we don't know yet.

sphaero commented 3 years ago

To fix running in Xcode just copy the misc folder to Contents/Resources in the bundle produced by Xcode.

sphaero commented 5 months ago

is this still an issue?