Skip to content

Commit

Permalink
Revert "#54 reverting change to CMakeLists"
Browse files Browse the repository at this point in the history
This reverts commit 92e7db2.
  • Loading branch information
tGiech22 committed Jan 31, 2024
1 parent f7eb8d3 commit 9d1412b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NERODevelopment/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ set(PROJECT_SOURCES

find_package(Qt6 REQUIRED COMPONENTS Core Gui Qml Quick Network Mqtt)

qt_add_executable(NEROApp ${PROJECT_SOURCES})
qt_add_executable(NEROApp ${PROJECT_SOURCES}

)

qt_add_resources(NEROApp "configuration"
PREFIX "/"
Expand Down Expand Up @@ -85,3 +87,5 @@ install(TARGETS NEROApp
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)


0 comments on commit 9d1412b

Please sign in to comment.