From b08403f00f04f5c1e603b03e5b543836677b1865 Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:13:29 -0400 Subject: [PATCH] Added swiftest.mod to the install command in CMake --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 29313b2ba..3c07efdd4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -180,6 +180,5 @@ INSTALL(TARGETS ${SWIFTEST_DRIVER} ${SWIFTEST_LIBRARY} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) - - +INSTALL(FILES ${MOD}/swiftest.mod DESTINATION include)