CMakePP / CMakePPLang

Object-oriented extension to the CMake language.
http://cmakepp.github.io/CMakePPLang/
Apache License 2.0
11 stars 4 forks source link

Check that directory exists utility #55

Closed zachcran closed 2 years ago

zachcran commented 2 years ago

Creates a utility function that checks if a directory exists. cpp_file_exists() already checks if a given file exists, and whether it is a file or directory. This function will be the same thing, but for directories instead of files.

zachcran commented 2 years ago

@ryanmrichard r2g