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