mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-06-18 15:27:05 +01:00
adding CLI binaries
This commit is contained in:
7
physics/CMakeLists.txt
Normal file
7
physics/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
set(PHYSICS_STEM 2pt-fit)
|
||||
|
||||
foreach(_stem ${PHYSICS_STEM})
|
||||
add_executable(latan-${_stem} ${_stem}.cpp)
|
||||
target_link_libraries(latan-${_stem} LatAnalyze)
|
||||
install(TARGETS latan-${_stem} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
endforeach()
|
Reference in New Issue
Block a user