mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-10 19:07:44 +00:00
3 lines
202 B
Text
3 lines
202 B
Text
|
add_library(mdlpart STATIC mdlpart.cpp)
|
||
|
target_link_libraries(mdlpart PUBLIC physis z ${LIBRARIES} Qt5::Core Qt5::Widgets renderer)
|
||
|
target_include_directories(mdlpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|