mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-13 03:57:45 +00:00
5 lines
No EOL
260 B
CMake
5 lines
No EOL
260 B
CMake
find_package(assimp REQUIRED)
|
|
|
|
add_library(mdlpart STATIC mdlpart.cpp)
|
|
target_link_libraries(mdlpart PUBLIC physis z ${LIBRARIES} Qt5::Core Qt5::Widgets renderer NovusCommon assimp::assimp)
|
|
target_include_directories(mdlpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |