diff --git a/.gitignore b/.gitignore index 9359679..6fa430d 100755 --- a/.gitignore +++ b/.gitignore @@ -61,7 +61,7 @@ xcuserdata [Dd]ebug/ [Rr]elease/ x64/ -#build/ +build/ [Bb]in/ [Oo]bj/ diff --git a/CMakeLists.txt b/CMakeLists.txt index 466e964..a3f0e50 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ source_group("Library" FILES ${EPANET_LIB_ALL}) # the shared library -add_library(epanet SHARED ${EPANET_SOURCES}) #${EPANET_API_HEADER}) +add_library(epanet SHARED ${EPANET_LIB_ALL}) #${EPANET_API_HEADER}) target_include_directories(epanet PUBLIC ${PROJECT_SOURCE_DIR}/include)