mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06: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;
|
|
}
|