Rolling back errormanager

This commit is contained in:
Michael Tryby
2018-11-19 16:33:30 -05:00
parent 25a4d93ef5
commit 440230ef6d
4 changed files with 634 additions and 771 deletions

View File

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