1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-25 05:17:44 +00:00
novus/sdklauncher/CMakeLists.txt
2023-09-26 00:37:55 -04:00

8 lines
312 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 Qt6::Widgets KF6::ConfigCore physis z)
target_include_directories(sdklauncher PUBLIC include)