I have a CMakeLists.txt for my project. There are a few lines I want to exclude into a new seperate .txt-file.
Is there a command in cmake-language that refers to a .txt-file as input? (like \input
in Latex)
Thank you!
I have a CMakeLists.txt for my project. There are a few lines I want to exclude into a new seperate .txt-file.
Is there a command in cmake-language that refers to a .txt-file as input? (like \input
in Latex)
Thank you!