Skip to content

Commit

Permalink
Merge branch 'main' into devlopment
Browse files Browse the repository at this point in the history
  • Loading branch information
khumnath authored Nov 5, 2024
2 parents 7270dfd + 1cc0cd4 commit 32280b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ string(STRIP "${VERSION_CONTENTS}" APP_VERSION)
# Project definition
project(nepdate VERSION ${APP_VERSION} LANGUAGES CXX)


set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Expand Down Expand Up @@ -47,7 +48,9 @@ function(add_nepdate_executable target_name sources headers forms resources)
endif()
endfunction()


# Define nepdate-widget executable

set(NEPDATE_WIDGET_SOURCES
main.cpp
mainwindow.cpp
Expand All @@ -71,8 +74,10 @@ set(NEPDATE_WIDGET_RESOURCES
resources.qrc
)


add_nepdate_executable(nepdate_widget "${NEPDATE_WIDGET_SOURCES}" "${NEPDATE_WIDGET_HEADERS}" "${NEPDATE_WIDGET_FORMS}" "${NEPDATE_WIDGET_RESOURCES}")


# Set the output name to nepdate-widget
set_target_properties(nepdate_widget PROPERTIES OUTPUT_NAME nepdate-widget)

Expand Down

0 comments on commit 32280b7

Please sign in to comment.