Fix typo in target type enum

vcpkg-wip
Duncan Ogilvie 3 years ago
parent 868d991c7c
commit c51f9cd311

@ -7,7 +7,7 @@
#include <tsl/ordered_map.h>
template <>
const char *enumStrings<cmkr::cmake::TargetType>::data[] = {"executable", "library", "shared", "static", "internface", "custom"};
const char *enumStrings<cmkr::cmake::TargetType>::data[] = {"executable", "library", "shared", "static", "interface", "custom"};
namespace cmkr {
namespace cmake {

Loading…
Cancel
Save