7 lines
148 B
CMake
7 lines
148 B
CMake
CPMAddPackage (
|
|
NAME dotenv-cpp
|
|
GIT_REPOSITORY "https://github.com/laserpants/dotenv-cpp"
|
|
GIT_TAG master
|
|
OPTIONS "BUILD_DOCS OFF"
|
|
)
|