mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 12:37:45 +00:00
The number of lods are now properly loaded from the model data, and race is checked by checking for the existence of race-specific models (I think this is the current best way?). Also, magic_enum is added as a dependency for some enum magic involving enumerating Race.
2 lines
No EOL
90 B
CMake
2 lines
No EOL
90 B
CMake
add_library(magic_enum INTERFACE)
|
|
target_include_directories(magic_enum INTERFACE include) |