Initial commit interface for python wrap

This commit is contained in:
Michael Tryby
2018-11-30 15:49:28 -05:00
parent 9ed3462dbf
commit b63f232884
6 changed files with 190 additions and 3 deletions

View File

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