1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-10 19:07:44 +00:00
novus/parts/mdl/CMakeLists.txt
Joshua Goins 97f46bcca1 Introduce the parts system and EXD and MDL parts
These parts (inspired by the KDE parts system) will allow the tooling
to reuse GUI mechanisms. Right now the two supported parts are for Excel
and Models, and exdviewer and mdlviewer will be retrofitted to them in
future commits.
2023-04-09 15:28:00 -04:00

3 lines
No EOL
202 B
CMake

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})