Skip to content

Commit

Permalink
Finally it builds with cmake :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Oct 24, 2020
1 parent be121d3 commit 183bac4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMake/BuildPeleCExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function(build_pelec_exe pelec_exe_name)

set(PELEC_EOS_DIR "${CMAKE_SOURCE_DIR}/SourceCpp/GammaLaw")
target_sources(${pelec_exe_name} PRIVATE
${PELEC_EOS_DIR}/EOS.cpp
${PELEC_EOS_DIR}/EOS.H)
target_include_directories(${pelec_exe_name} SYSTEM PRIVATE ${PELEC_EOS_DIR})

Expand Down Expand Up @@ -37,14 +36,8 @@ function(build_pelec_exe pelec_exe_name)
${SRC_DIR}/Forcing.H
${SRC_DIR}/Forcing.cpp
${SRC_DIR}/GradUtil.H
${SRC_DIR}/GradUtil.cpp
${SRC_DIR}/Hydro.H
${SRC_DIR}/Hydro.cpp
${SRC_DIR}/Godunov.H
${SRC_DIR}/Godunov.cpp
${SRC_DIR}/PLM.H
${SRC_DIR}/PPM.H
${SRC_DIR}/PPM.cpp
${SRC_DIR}/IndexDefines.H
${SRC_DIR}/IndexDefines.cpp
${SRC_DIR}/IO.H
Expand All @@ -55,7 +48,6 @@ function(build_pelec_exe pelec_exe_name)
${SRC_DIR}/LES.cpp
${SRC_DIR}/MOL.H
${SRC_DIR}/MOL.cpp
${SRC_DIR}/Particle.cpp
${SRC_DIR}/PeleC.H
${SRC_DIR}/PeleC.cpp
${SRC_DIR}/Problem.H
Expand Down

0 comments on commit 183bac4

Please sign in to comment.