mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
They can't be used when evaluating link libraries, but they can be used for include directories and compile definitions. Later they can be used for compile options.
8 lines
53 B
C
8 lines
53 B
C
|
|
#include "common.h"
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|