mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-03 00:17:46 +00:00
7 lines
313 B
Text
7 lines
313 B
Text
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
add_library(exlpart STATIC)
|
||
|
target_sources(exlpart PRIVATE exlpart.cpp)
|
||
|
target_link_libraries(exlpart PUBLIC physis z Qt6::Core Qt6::Widgets)
|
||
|
target_include_directories(exlpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|