File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ add_subdirectory(TEPEMGEN)
1010
1111add_subdirectory (GeneratorCosmics)
1212
13+ find_package (nlohmann_json REQUIRED)
1314add_subdirectory (GeneratorParam)
1415
1516add_subdirectory (GeneratorSlowNucleons)
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ROOT_GENERATE_DICTIONARY(G__GeneratorParam ${HEADERS} LINKDEF GeneratorParamLink
2929
3030#---Create a shared library with geneated dictionary
3131add_library (GeneratorParam SHARED GeneratorParam.cxx GeneratorParamLibBase.cxx GeneratorParamMUONlib.cxx GeneratorParamEMlib.cxx GeneratorParamEMlibV2.cxx PythiaDecayerConfig.cxx ExodusDecayer.cxx TPythia6.cxx TPythia6Decayer.cxx TMCParticle.cxx G__GeneratorParam.cxx)
32- target_link_libraries (GeneratorParam ${ROOT_LIBRARIES} ${VMC_LIBRARIES} ${PYTHIA6_LIBRARY} )
32+ target_link_libraries (GeneratorParam ${ROOT_LIBRARIES} ${VMC_LIBRARIES} ${PYTHIA6_LIBRARY} nlohmann_json::nlohmann_json )
3333
3434
3535set_target_properties (GeneratorParam
You can’t perform that action at this time.
0 commit comments