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:
21
examples/CMakeLists.txt
Normal file
21
examples/CMakeLists.txt
Normal file
@ -0,0 +1,21 @@
|
||||
set(EXAMPLES_STEM
|
||||
exCompiledDoubleFunction
|
||||
exDerivative
|
||||
exDWT
|
||||
exFit
|
||||
exFitSample
|
||||
exIntegrator
|
||||
exInterp
|
||||
exMat
|
||||
exMathInterpreter
|
||||
exMin
|
||||
exPlot
|
||||
exPValue
|
||||
exRand
|
||||
exRootFinder
|
||||
exThreadPool)
|
||||
|
||||
foreach(_stem ${EXAMPLES_STEM})
|
||||
add_executable(${_stem} ${_stem}.cpp)
|
||||
target_link_libraries(${_stem} LatAnalyze)
|
||||
endforeach()
|
Reference in New Issue
Block a user