mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-02 00:07:44 +00:00
11 lines
383 B
Text
11 lines
383 B
Text
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
|
||
|
add_library(texpart STATIC)
|
||
|
target_sources(texpart PRIVATE
|
||
|
imagelabel.cpp
|
||
|
imagelabel.h
|
||
|
texpart.cpp
|
||
|
texpart.h)
|
||
|
target_link_libraries(texpart PUBLIC physis z Qt6::Core Qt6::Widgets)
|
||
|
target_include_directories(texpart PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|