mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Rename so github renders syntax highlighting
This commit is contained in:
parent
7a8ba5fe8b
commit
c3d9c982fc
|
@ -12,7 +12,7 @@ foreach(dep IN LISTS FairMQ_PACKAGE_DEPENDENCIES)
|
|||
endif()
|
||||
endforeach()
|
||||
|
||||
configure_file(main.cpp.in ${CMAKE_BINARY_DIR}/main.cpp @ONLY)
|
||||
configure_file(main.cpp ${CMAKE_BINARY_DIR}/main.cpp @ONLY)
|
||||
add_executable(tester ${CMAKE_BINARY_DIR}/main.cpp)
|
||||
set_property(TARGET tester PROPERTY CXX_STANDARD 17)
|
||||
target_link_libraries(tester PRIVATE FairMQ::SDK FairLogger::FairLogger)
|
||||
|
|
Loading…
Reference in New Issue
Block a user