File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,21 +26,13 @@ if (WITH_XEUS)
2626# fortran_kernel.cpp
2727 )
2828endif ()
29- if (WITH_JSON)
30- set (SRC ${SRC}
31- ast_to_json.cpp
32- )
33- endif ()
3429add_library (lfortran_lib ${SRC} )
3530target_link_libraries (lfortran_lib asr lfortran_runtime_static ZLIB::ZLIB )
3631target_include_directories (lfortran_lib BEFORE PUBLIC ${lfortran_SOURCE_DIR } /src )
3732target_include_directories (lfortran_lib BEFORE PUBLIC ${lfortran_BINARY_DIR } /src )
3833if (WITH_XEUS)
3934 target_link_libraries (lfortran_lib xeus )
4035endif ()
41- if (WITH_JSON)
42- target_link_libraries (lfortran_lib p::rapidjson )
43- endif ()
4436if (WITH_BFD)
4537 target_link_libraries (lfortran_lib p::bfd )
4638endif ()
Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ set(SRC
2424 test_error_rendering.cpp
2525)
2626
27- if (WITH_JSON)
28- set (SRC ${SRC}
29- test_ast_to_json.cpp
30- )
31- endif ()
3227if (WITH_LLVM)
3328 set (SRC ${SRC}
3429 test_llvm.cpp
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments