mirror of
https://github.com/redstrate/Novus.git
synced 2025-06-08 14:17:45 +00:00
sdklauncher: Fix typo in CMakeLists
This commit is contained in:
parent
a73e80b531
commit
7a5058f22e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue