1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-22 12:07:45 +00:00
novus/extern/magic_enum/CMakeLists.txt

5 lines
No EOL
191 B
CMake

# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
# SPDX-License-Identifier: CC0-1.0
add_library(magic_enum INTERFACE)
target_include_directories(magic_enum INTERFACE include)