mirror of
https://github.com/reactos/CMake.git
synced 2024-12-17 08:36:48 +00:00
b6b37e3037
Extend the FortranOnly test to cover "make <src>.i" targets.
6 lines
90 B
Fortran
6 lines
90 B
Fortran
PROGRAM PREPRO
|
|
#ifndef TEST_PREPROCESSOR
|
|
PRINT *, 'Hello'
|
|
#endif
|
|
END
|