mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-30 07:27:46 +00:00
6 lines
No EOL
294 B
CMake
6 lines
No EOL
294 B
CMake
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
add_library(exdpart STATIC exdpart.cpp)
|
|
target_link_libraries(exdpart PUBLIC physis z ${LIBRARIES} Qt6::Core Qt6::Widgets)
|
|
target_include_directories(exdpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) |