MuseScore/thirdparty
Jonathan Klein 356b124e2b Make XCode generator add headers to project
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.

The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).

I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.

According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
..
diff Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
ofqf Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
portmidi Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
rtf2html Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
singleapp qt5 port 2012-05-31 16:24:35 +02:00