mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +00:00
8 lines
310 B
CMake
8 lines
310 B
CMake
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
add_executable(sdklauncher
|
|
src/main.cpp
|
|
src/mainwindow.cpp)
|
|
target_link_libraries(sdklauncher PUBLIC Qt5::Widgets KF5::ConfigCore physis)
|
|
target_include_directories(sdklauncher PUBLIC include)
|