mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 03:50:43 -05:00
7 lines
107 B
C++
7 lines
107 B
C++
#include <stdio.h>
|
|
#include "dir/header.h"
|
|
|
|
int main() {
|
|
printf("HEADER_STRING: %s\n", HEADER_STRING);
|
|
}
|