Skip to content

Commit

Permalink
Add AutoUpdater to cmakelists
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 2, 2017
1 parent f398566 commit 63f786e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ PROJECT(cocoa-qt-glue)
set(HEADER_FILES
SparkleAutoUpdater.h
CocoaInitializer.h
AutoUpdater.h
)
set(SOURCE_FILES
SparkleAutoUpdater.mm
CocoaInitializer.mm
AutoUpdater.cpp
)

FIND_PACKAGE(Qt5Core REQUIRED)
Expand Down

0 comments on commit 63f786e

Please sign in to comment.