Back to home page

EIC code displayed by LXR

 
 

    


Warning, /jana2/src/external/tomlplusplus/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 add_library(VendoredTomlPlusPlus INTERFACE)
0003 
0004 target_include_directories(VendoredTomlPlusPlus INTERFACE
0005     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
0006     $<INSTALL_INTERFACE:include/JANA/external/tomlplusplus>
0007 )
0008 
0009 install(FILES toml.hpp
0010     DESTINATION include/JANA/external/tomlplusplus)
0011 
0012 install(TARGETS VendoredTomlPlusPlus
0013     EXPORT jana2_targets)
0014