mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
9 lines
99 B
Plaintext
9 lines
99 B
Plaintext
#ifndef CONFIG_HPP
|
|
#define CONFIG_HPP
|
|
|
|
// Application configuration
|
|
|
|
enum dummy { NO_OP };
|
|
|
|
#endif
|