Rolling back errormanager

This commit is contained in:
Michael Tryby
2018-11-19 16:40:40 -05:00
parent 440230ef6d
commit ad4969ea1b
2 changed files with 94 additions and 97 deletions

View File

@@ -70,7 +70,7 @@ ENDIF (MSVC)
# configure file groups
file(GLOB EPANET_SOURCES src/*.c)
file(GLOB EPANET_LIB_ALL src/*)
file(GLOB EPANET_LIB_ALL src/*.c src/*.h)
source_group("Library" FILES ${EPANET_LIB_ALL})