Skip to content

Commit 32280b7

Browse files
authored
Merge branch 'main' into devlopment
2 parents 7270dfd + 1cc0cd4 commit 32280b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ string(STRIP "${VERSION_CONTENTS}" APP_VERSION)
77
# Project definition
88
project(nepdate VERSION ${APP_VERSION} LANGUAGES CXX)
99

10+
1011
set(CMAKE_CXX_STANDARD 17)
1112
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1213

@@ -47,7 +48,9 @@ function(add_nepdate_executable target_name sources headers forms resources)
4748
endif()
4849
endfunction()
4950

51+
5052
# Define nepdate-widget executable
53+
5154
set(NEPDATE_WIDGET_SOURCES
5255
main.cpp
5356
mainwindow.cpp
@@ -71,8 +74,10 @@ set(NEPDATE_WIDGET_RESOURCES
7174
resources.qrc
7275
)
7376

77+
7478
add_nepdate_executable(nepdate_widget "${NEPDATE_WIDGET_SOURCES}" "${NEPDATE_WIDGET_HEADERS}" "${NEPDATE_WIDGET_FORMS}" "${NEPDATE_WIDGET_RESOURCES}")
7579

80+
7681
# Set the output name to nepdate-widget
7782
set_target_properties(nepdate_widget PROPERTIES OUTPUT_NAME nepdate-widget)
7883

0 commit comments

Comments
 (0)