mihkhub / btpsa

To Build, Test and Package Software in Action
0 stars 1 forks source link

cmake-variables - CMake Variables Reference #3

Open mihkhub opened 6 years ago

mihkhub commented 6 years ago

man 7 cmake-variables

mihkhub commented 6 years ago
_SOURCE_DIR ------------------------- Top level source directory for the named project. A variable is created with the name used in the ‘‘project()‘‘ command, and is the source directory for the project. This can be useful when ‘‘add_subdirectory()‘‘ is used to connect several projects.
mihkhub commented 6 years ago

CMAKE_RUNTIME_OUTPUT_DIRECTORY

This variable is used to initialize the ‘‘RUNTIME_OUTPUT_DIRECTORY‘‘ property on all the targets.

mihkhub commented 6 years ago

CMAKE_ARCHIVE_OUTPUT_DIRECTORY

This variable is used to initialize the ‘‘ARCHIVE_OUTPUT_DIRECTORY‘‘ property on all the targets. See that target property for additional information.