2012/1/9 Daniel Dekkers <[email protected]>:
> Hi,
>
> In Xcode, can I change build settings at "PROJECT" level via CMake?
> SET_TARGET_PROPERTIES() always seems to work on "TARGETS" level.
What kind of settings?
Properties have a scope:
- global
- directories
- target
- tests
- source files
see
cmake --help-properties
with the global ones you can use:
set_property(GLOBAL ...)
note that some properties are read-only, read the doc carefully.
--
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake