Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
defined the swiftest_driver exe
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Oct 14, 2022
1 parent 1bcd1eb commit f1855c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f1855c3

Please sign in to comment.