mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 12:07:45 +00:00
5 lines
No EOL
191 B
CMake
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) |