1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-16 21:37:45 +00:00
novus/parts/mdl/CMakeLists.txt
Joshua Goins 47d612eb8f Add file cache and concurrent item loading to speed up mdlviewer
Instead of extracting item sheets one at a time, it's now done on
multiple threads. Loading gear is now faster since reused files are
cached, switching between races is still wasteful, but it's a good
enough improvement for now.
2023-07-09 10:54:27 -04:00

3 lines
No EOL
214 B
CMake

add_library(mdlpart STATIC mdlpart.cpp)
target_link_libraries(mdlpart PUBLIC physis z ${LIBRARIES} Qt5::Core Qt5::Widgets renderer NovusCommon)
target_include_directories(mdlpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})