mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-01 15:57:45 +00:00
11 lines
No EOL
383 B
CMake
11 lines
No EOL
383 B
CMake
# 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}) |