diff options
author | Andrew <forkk@forkk.net> | 2013-02-25 16:36:27 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-02-25 16:36:27 -0600 |
commit | bd64cda6726e088ebc860c3fc3ee220ed00121bd (patch) | |
tree | 135a1784cf2b7910dd7e258f52129b31a4f4244e /libsettings/CMakeLists.txt | |
parent | 4ca35a760dfc53fd69f0f2030868ebeda250ed59 (diff) | |
download | PrismLauncher-bd64cda6726e088ebc860c3fc3ee220ed00121bd.tar.gz PrismLauncher-bd64cda6726e088ebc860c3fc3ee220ed00121bd.tar.bz2 PrismLauncher-bd64cda6726e088ebc860c3fc3ee220ed00121bd.zip |
Added instance setting overrides.
Diffstat (limited to 'libsettings/CMakeLists.txt')
-rw-r--r-- | libsettings/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libsettings/CMakeLists.txt b/libsettings/CMakeLists.txt index 4040032d..4ec019a5 100644 --- a/libsettings/CMakeLists.txt +++ b/libsettings/CMakeLists.txt @@ -15,15 +15,19 @@ include/libsettings_config.h include/settingsobject.h include/setting.h +include/overridesetting.h include/basicsettingsobject.h +include/inisettingsobject.h ) SET(LIBSETTINGS_SOURCES src/settingsobject.cpp src/setting.cpp +src/overridesetting.cpp src/basicsettingsobject.cpp +src/inisettingsobject.cpp ) # Set the include dir path. |