xref
: /
dports
/
science
/
InsightToolkit
/
ITK-5.0.1
/
Modules
/
Core
/
Common
/
CMake
/
CheckCPPDirectiveExists.cxx.in
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#include <iostream>
2
3
int main()
4
{
5
std::cout << ${DIRECTIVE};
6
return 0;
7
}
8