mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Update the Makefile and Ninja generators to use the config when requesting the include flags.
10 lines
91 B
C++
10 lines
91 B
C++
|
|
#include "upstream.h"
|
|
|
|
#include "config_iface.h"
|
|
|
|
int consumer()
|
|
{
|
|
return upstream();
|
|
}
|