diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 479fa81..de7d4c2 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -1,8 +1,9 @@ # SPDX-FileCopyrightText: 2023 Joshua Goins # 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)