@ -1,10 +1,14 @@
#include "cmake.hpp"
#include "enum_helper.hpp"
#include "fs.hpp"
#include <stdexcept>
#include <toml.hpp>
#include <tsl/ordered_map.h>
template <>
const char *enumStrings<cmkr::cmake::TargetType>::data[] = {"executable", "library", "shared", "static", "internface", "custom"};
namespace cmkr {
namespace cmake {
@ -1,6 +1,5 @@
#pragma once
#include <map>
#include <mpark/variant.hpp>
@ -110,7 +109,4 @@ struct CMake {
};
} // namespace cmake
} // namespace cmkr