Danny Robson
4dd2a40e75
This ensures that IDEs will generate the file during configuration, rather than relying on the use to run `init.py` (which confuses CLion for some reason).
6 lines
124 B
CMake
6 lines
124 B
CMake
configure_file (
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/build/CACHEDIR.TAG.in"
|
|
"${CMAKE_BINARY_DIR}/CACHEDIR.TAG"
|
|
@ONLY
|
|
)
|