1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-02 00:07:44 +00:00
novus/parts/tex/CMakeLists.txt

11 lines
383 B
Text
Raw Normal View History

2023-10-12 21:43:49 -04:00
# 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})