QMCPACK / miniqmc

QMCPACK miniapp: a simplified real space QMC code for algorithm development, performance portability testing, and computer science experiments
Other
26 stars 34 forks source link

cmake: added install to CMakeLists.txt for application executables #267

Closed stephan-rohr closed 2 years ago

stephan-rohr commented 2 years ago

Added install(..) to CMakeLists.txt for application executables.

stephan-rohr commented 2 years ago

Tests should not be installed. They may require extra setting to run and thus only make sense to the build directory. targets under src/drivers, yes they can be installed.

Ok, done.