mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Implement basic game updater.
Resolves MMC-4: https://jira.forkk.net/browse/MMC-4
This commit is contained in:
@ -31,6 +31,7 @@ include/pathutils.h
|
||||
include/osutils.h
|
||||
include/userutils.h
|
||||
include/cmdutils.h
|
||||
include/netutils.h
|
||||
)
|
||||
|
||||
SET(LIBUTIL_SOURCES
|
||||
@ -38,6 +39,7 @@ src/pathutils.cpp
|
||||
src/osutils.cpp
|
||||
src/userutils.cpp
|
||||
src/cmdutils.cpp
|
||||
src/netutils.cpp
|
||||
)
|
||||
|
||||
# Set the include dir path.
|
||||
|
Reference in New Issue
Block a user