Ok, I got it.

Since scripts is in data and data is processed last, I created a
CMakeLists.txt in scripts, told data to include scripts and now the build
will fire in correct order.

I apologize in advance for what this commit will look like.  A lot of trial
and error.

- tres.finocchi...@gmail.com


On Sun, May 4, 2014 at 11:19 PM, Tres Finocchiaro <
tres.finocchi...@gmail.com> wrote:

> CMAKE and I have a love-hate relationship right now....
>
> So I want to kick off the script which creates the bundle once the make
> install is finished.
>
> The problem I have is that the make install seems to perform tasks inside
> subdirectories after the main CMakeLists.txt is already done with its
> install.
>
> The last subdirectory to be processed appears to be the data/themes
> folder.  Should I put my script copy there?  (Seems like the wrong place?)
>
> I could just leave the behavior we have today (run the script manually),
> but I find this to be quite elegant to make the bundle automatically.
>
> P.S.  I've read up on the Apple bundling capabilities within CMake itself
> and they seem capable although quite daunting and poorly documented, hence
> the inclination to keep this script around.
>
> Thoughts?
>
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
&#149; 3 signs your SCM is hindering your productivity
&#149; Requirements for releasing software faster
&#149; Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to