1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-03 16:37:46 +00:00
novus/parts/exd/CMakeLists.txt

7 lines
313 B
Text
Raw Normal View History

# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
# SPDX-License-Identifier: CC0-1.0
2023-10-10 18:31:34 -04:00
add_library(exdpart STATIC)
target_sources(exdpart PRIVATE exdpart.cpp)
target_link_libraries(exdpart PUBLIC physis z Qt6::Core Qt6::Widgets)
target_include_directories(exdpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})