From f1855c3918c36493924b2426614bc723509e7ddb Mon Sep 17 00:00:00 2001 From: Carlisle Wishard Date: Fri, 14 Oct 2022 11:13:30 -0400 Subject: [PATCH] defined the swiftest_driver exe --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70f290749..9f59a4fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,6 +42,9 @@ ENDIF(FCNAME STREQUAL "pgf90") # Define the actual files and folders that make up the build ############################################################ +# Define the executable name +SET(FOOEXE swiftest_driver) + # Define some directories SET(SRC ${CMAKE_SOURCE_DIR}/src) SET(LIB ${CMAKE_SOURCE_DIR}/lib)