[cmake] version = "2.8...3.8" [project] name = "cmkr" version = "0.1.4" description = "CMakeLists generator from TOML" languages = ["CXX"] subdirs = ["third_party", "tests"] include-before = ["cmake/O2.cmake"] [target.cmkr] type = "executable" sources = ["src/*.cpp", "include/*.hpp"] include-directories = ["include"] compile-features = ["cxx_std_11"] link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"] [[install]] targets = ["cmkr"] destination = "${CMAKE_INSTALL_PREFIX}/bin"