Skip to content

Commit

Permalink
CMake: Remove deleted files from source/header lists
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Jan 8, 2024
1 parent 276e800 commit 722cbd5
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions cxx4/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,61 +5,37 @@

set(CXX_HEADERS
ncAtt.h
ncByte.h
ncChar.h
ncCheck.h
ncCompoundType.h
ncDim.h
ncDouble.h
ncEnumType.h
ncException.h
ncFile.h
ncFill.h
ncFilter.h
ncFloat.h
ncGroup.h
ncGroupAtt.h
ncInt.h
ncInt64.h
ncOpaqueType.h
ncShort.h
ncString.h
ncType.h
ncUbyte.h
ncUint.h
ncUint64.h
ncUshort.h
ncVar.h
ncVarAtt.h
ncVlenType.h
)

set(CXX_SOURCES
ncAtt.cpp
ncByte.cpp
ncChar.cpp
ncCheck.cpp
ncCompoundType.cpp
ncDim.cpp
ncDouble.cpp
ncEnumType.cpp
ncException.cpp
ncFile.cpp
ncFill.cpp
ncFilter.cpp
ncFloat.cpp
ncGroup.cpp
ncGroupAtt.cpp
ncInt.cpp
ncInt64.cpp
ncOpaqueType.cpp
ncShort.cpp
ncString.cpp
ncType.cpp
ncUbyte.cpp
ncUint.cpp
ncUint64.cpp
ncUshort.cpp
ncVar.cpp
ncVarAtt.cpp
ncVlenType.cpp
Expand Down

0 comments on commit 722cbd5

Please sign in to comment.