We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05439f commit 05eed0fCopy full SHA for 05eed0f
README.md
@@ -85,6 +85,7 @@ enable_language ( Fortran )
85
project ( jf_test NONE )
86
87
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 4.1.0 REQUIRED )
88
+include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
89
90
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
91
foreach ( UNIT_TEST ${JF_TEST_SRCS} )
0 commit comments