From 7a5058f22e0ca516528dc38c1c042b0c68c13524 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 10 Oct 2023 18:33:37 -0400 Subject: [PATCH] sdklauncher: Fix typo in CMakeLists --- launcher/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index de7d4c2..fa73486 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -5,5 +5,5 @@ add_executable(novus-launcher) target_sources(novus-launcher PRIVATE src/main.cpp src/mainwindow.cpp) -target_link_libraries(novus-launcher PRIVATe 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)