kmaragon / cmake-help

CMake Scripts that I end up using on a regular basis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Helpers

Conan.cmake

An automatic install / include for conan

Usage:

conan_include_conanfile("${CMAKE_CURRENT_SOURCE_DIR}/conanfile.txt")
target_link_libraries(myprogram CONAN_PKG::zlib)

About

CMake Scripts that I end up using on a regular basis

License:MIT License


Languages

Language:CMake 100.0%