cmake/Tests/ConfigSources/main_one_config.cpp

9 lines
83 B
C++
Raw Normal View History

2024-04-14 22:45:38 +02:00
#include "iface.h"
int main()
{
#ifdef CFG_ONE
iface_src();
#endif
return 0;
}