mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07:46 +00:00
sdklauncher: Clean up CMakeLists
This commit is contained in:
parent
c075bf776f
commit
19f7a8bcd4
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
add_executable(novus-launcher
|
||||
add_executable(novus-launcher)
|
||||
target_sources(novus-launcher PRIVATE
|
||||
src/main.cpp
|
||||
src/mainwindow.cpp)
|
||||
target_link_libraries(novus-launcher PUBLIC Qt6::Widgets KF6::ConfigCore physis z novus-common)
|
||||
target_link_libraries(novus-launcher PRIVATe Qt6::Widgets KF6::ConfigCore physis z novus-common)
|
||||
target_include_directories(novus-launcher PUBLIC include)
|
||||
|
|
Loading…
Add table
Reference in a new issue