mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 17:10:43 -06:00
Ensure flag -F/path/to/framework is specified during compilation step of consumers of the framework. Fixes: #23336
10 lines
60 B
C
10 lines
60 B
C
|
|
#include <Gui/Gui.h>
|
|
|
|
int main()
|
|
{
|
|
foo();
|
|
|
|
return 0;
|
|
}
|