Sam Edwards 873c6b48d6 CMake: Generate interrogate_preamble_python_native.cxx at build time
This also makes sure the file is only rebuilt if the inputs
change, saving on unnecessary rebuilds.
2019-04-16 19:44:03 -06:00
..

Directory Info

Directory: /cmake/scripts
License: Unlicense
Description: This directory is used for cmake files which are not meant to be included using CMake's normal include() directive. Typically, files in this directory will be invoked as a custom command/target in the form of:

 cmake -P <CustomScriptName.cmake> [... other options ...]