Add Utilities class to add utility functions
This commit is contained in:
parent
ea7042c9ad
commit
ce7de29721
4 changed files with 99 additions and 0 deletions
|
@ -34,11 +34,13 @@ set(COMMON_SOURCES
|
|||
"src/Version.cpp"
|
||||
"src/dllmain.cpp"
|
||||
"src/Platform/WineUtilities.cpp"
|
||||
"src/Utilities.cpp"
|
||||
)
|
||||
|
||||
# Explicitly list include files
|
||||
set(COMMON_INCLUDES
|
||||
"include/Core.h"
|
||||
|
||||
"include/Structs/FBattery.h"
|
||||
"include/Structs/FOSVerInfo.h"
|
||||
"include/Structs/FDevice.h"
|
||||
|
@ -53,6 +55,8 @@ set(COMMON_INCLUDES
|
|||
|
||||
"src/Platform/IPlatformUtilities.h"
|
||||
"src/Platform/WineUtilities.h"
|
||||
|
||||
"src//Utilities.h"
|
||||
)
|
||||
|
||||
set(WINDOWS_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue