Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core6/src/libraries/core/config/CMakeLists.txt @ 9559

Last change on this file since 9559 was 9559, checked in by landauf, 11 years ago

split ConfigFileManager.h/cc into multiple files, one for each class. why did I ever put them all into the same file?

  • Property svn:eol-style set to native
File size: 251 bytes
Line 
1ADD_SOURCE_FILES(CORE_SRC_FILES
2#  ConfigFile.cc is already included in FilesystemBuildUnit.cc
3  ConfigFileEntryValue.cc
4  ConfigFileEntryVectorValue.cc
5  ConfigFileManager.cc
6  ConfigFileSection.cc
7  ConfigValueContainer.cc
8  SettingsConfigFile.cc
9)
Note: See TracBrowser for help on using the repository browser.