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