|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
10 Aug 2020, Mathieu Guigue, Info, MidasConfig.cmake usage
|
28 May 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
28 May 2021, Marius Koeppel, Info, MidasConfig.cmake usage
|
28 May 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
31 May 2021, Stefan Ritt, Info, MidasConfig.cmake usage
|
02 Jun 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
04 Jun 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
04 Jun 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
20 Jun 2021, Lukas Gerritzen, Suggestion, MidasConfig.cmake usage
|
20 Jun 2021, Konstantin Olchanski, Suggestion, MidasConfig.cmake usage
|
22 Jun 2021, Lukas Gerritzen, Suggestion, MidasConfig.cmake usage
|
24 Jun 2021, Konstantin Olchanski, Suggestion, MidasConfig.cmake usage
|
11 Jul 2021, Konstantin Olchanski, Suggestion, MidasConfig.cmake usage
|
13 Jul 2021, Stefan Ritt, Info, MidasConfig.cmake usage
|
13 Jul 2021, Konstantin Olchanski, Info, MidasConfig.cmake usage
|
|
Message ID: 2261
Entry time: 13 Jul 2021
In reply to: 1974
Reply to this: 2262
|
Author: |
Stefan Ritt |
Topic: |
Info |
Subject: |
MidasConfig.cmake usage |
|
|
Thanks for the contribution of MidasConfig.cmake. May I kindly ask for one extension:
Many of our frontends require inclusion of some midas-supplied drivers and libraries
residing under
$MIDASSYS/drivers/class/
$MIDASSYS/drivers/device
$MIDASSYS/mscb/src/
$MIDASSYS/src/mfe.cxx
I guess this can be easily added by defining a MIDAS_SOURCES in MidasConfig.cmake, so
that I can do things like:
add_executable(my_fe
myfe.cxx
$(MIDAS_SOURCES}/src/mfe.cxx
${MIDAS_SOURCES}/drivers/class/hv.cxx
...)
Does this make sense or is there a more elegant way for that?
Stefan |