cmake/Help/variable/CMAKE_APPBUNDLE_PATH.rst

10 lines
373 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_APPBUNDLE_PATH
--------------------
2019-11-11 23:01:05 +01:00
:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path
2018-10-28 12:09:07 +01:00
for macOS application bundles used by the :command:`find_program`, and
2015-08-17 11:37:30 +02:00
:command:`find_package` commands.
2023-07-02 19:51:09 +02:00
There is also an environment variable :envvar:`CMAKE_APPBUNDLE_PATH`, which is used
as an additional list of search directories.