.. ot-topic:: cmake.advanced.language.scripts .. include:: Scripts ======= .. contents:: :local: A Script Ain't A Project ------------------------ * Main purpose: prototyping project work without a project * No cache (|longrightarrow| persistent variables) * No targets (after all, nothing is built) * No subdirectories (nothing is built in subdirectories either) * Invocation: ``cmake -P