cmake/Tests/ConfigSources/main_one_config.cpp
2024-04-14 22:45:38 +02:00

9 lines
83 B
C++

#include "iface.h"
int main()
{
#ifdef CFG_ONE
iface_src();
#endif
return 0;
}