mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-02 08:07:45 +00:00
3 lines
193 B
Text
3 lines
193 B
Text
|
add_library(exdpart STATIC exdpart.cpp)
|
||
|
target_link_libraries(exdpart PUBLIC physis z ${LIBRARIES} Qt5::Core Qt5::Widgets)
|
||
|
target_include_directories(exdpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|