Skip to content

Commit

Permalink
Squashed 'src/phastinput/' changes from 0d96287a..55f7c018
Browse files Browse the repository at this point in the history
55f7c018 Not working on linux yet

git-subtree-dir: src/phastinput
git-subtree-split: 55f7c01802aea37bf4ea3e351e714de77a65e55c
  • Loading branch information
Darth Vader committed Nov 19, 2023
1 parent 838a853 commit e3c58b2
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 @@ -154,6 +154,9 @@ SET_SOURCE_FILES_PROPERTIES(${C_FILES} PROPERTIES LANGUAGE CXX)

add_executable(phastinput ${phastinput_SOURCES})

# c++11
target_compile_features(phastinput PUBLIC cxx_std_11)

# defines
target_compile_definitions(phastinput
PRIVATE
Expand Down

0 comments on commit e3c58b2

Please # to comment.