|
||||
Warning, /jana2/src/external/catch2/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 0002 add_library(VendoredCatch2 INTERFACE) 0003 0004 target_include_directories(VendoredCatch2 INTERFACE 0005 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> 0006 $<INSTALL_INTERFACE:include/JANA/external/catch2> 0007 ) 0008 0009 install(TARGETS VendoredCatch2 0010 EXPORT jana2_targets) 0011 0012 install(FILES catch.hpp 0013 DESTINATION include/JANA/external/catch2) 0014 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |