Files
OpenSpace/support/cmake/module_registration.template
2015-06-03 17:45:05 +02:00

17 lines
374 B
Plaintext

// This file has been auto-generated by CMake based on
// support/cmake/module_registration.template
// Do not change this file manually
#ifndef __MODULE_REGISTRATION_H__
#define __MODULE_REGISTRATION_H__
@MODULE_HEADERS@
namespace openspace {
std::vector<OpenSpaceModule*> AllModules = {
@MODULE_CLASSES@};
} // namespace openspace
#endif // __MODULE_REGISTRATION_H__