Files
CMake/Tests/RunCMake/Framework/main.c
Marc Chevrier 45ac71d8bc Ensure targets which are frameworks can be used freely
Ensure flag -F/path/to/framework is specified during compilation step
of consumers of the framework.

Fixes: #23336
2022-03-29 13:57:11 +02:00

10 lines
60 B
C

#include <Gui/Gui.h>
int main()
{
foo();
return 0;
}