Getting runepanet to link on 32bit

This commit is contained in:
Michael Tryby
2018-09-04 13:13:56 -04:00
parent 5f2de4ab5d
commit 78999ea795

View File

@@ -17,6 +17,7 @@ include_directories(include)
source_group("CLI" FILES ${EPANET_CLI_SOURCES}) source_group("CLI" FILES ${EPANET_CLI_SOURCES})
add_definitions(-DWITH_GENX)
# Creates the EPANET command line executable # Creates the EPANET command line executable
add_executable(runepanet ${EPANET_CLI_SOURCES}) add_executable(runepanet ${EPANET_CLI_SOURCES})