1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-07-23 07:37:44 +00:00

Fix assimp library on Fedora

This commit is contained in:
Joshua Goins 2023-07-07 16:02:17 -04:00
parent 8daa9f502d
commit 1e423c7792

View file

@ -1,4 +1,5 @@
find_package(assimp REQUIRED)
set_target_properties(assimp::assimp PROPERTIES MAP_IMPORTED_CONFIG_DEBUG Release)
add_executable(mdlviewer
src/main.cpp