htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 520c79d18d36ee0c5f5e16c1a99121585094e5e0
parent 2f750b569caaadd75b76420ca50a8a07cb66b81d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Apr 2021 12:38:32 +0200

Add the combustion command to the install target

Diffstat:
Mcmake/commands/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/commands/CMakeLists.txt b/cmake/commands/CMakeLists.txt @@ -49,7 +49,7 @@ set_target_properties(htrdr_combustion_cmd PROPERTIES ################################################################################ # Define output & install directories ################################################################################ -install(TARGETS htrdr_cmd htrdr_atmosphere_cmd +install(TARGETS htrdr_cmd htrdr_atmosphere_cmd htrdr_combustion_cmd ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin)