Skip to content

Commit

Permalink
Merge pull request #14 from khumnath/khumnath-patch-cmake
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
khumnath authored Aug 23, 2024
2 parents b40c24f + 2fc4bc3 commit 4a13ce4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ set(NEPDATE_RESOURCES
)

# Create nepdate executable
add_nepdate_executable(nepdate "${NEPDATE_SOURCES}" "${NEPDATE_HEADERS}" "${NEPDATE_FORMS}" "${NEPDATE_RESOURCES}")
add_nepdate_executable(nepdate-widget "${NEPDATE_SOURCES}" "${NEPDATE_HEADERS}" "${NEPDATE_FORMS}" "${NEPDATE_RESOURCES}")

### nepdate-calendar executable ###

# Collect nepdate-calendar sources
set(NEPDATE_CALENDAR_SOURCES
main_calendar.cpp
main.cpp
mainwindow.cpp
calendarwindow.cpp
)

Expand Down

0 comments on commit 4a13ce4

Please sign in to comment.