Browse Source

Renamed storm-dyftee to storm-dft

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
9350e281c7
  1. 2
      src/storm-dft-cli/CMakeLists.txt
  2. 0
      src/storm-dft-cli/storm-dft.cpp

2
src/storm-dft-cli/CMakeLists.txt

@ -1,5 +1,5 @@
# Create storm-dft.
add_executable(storm-dft-cli ${PROJECT_SOURCE_DIR}/src/storm-dft-cli/storm-dyftee.cpp)
add_executable(storm-dft-cli ${PROJECT_SOURCE_DIR}/src/storm-dft-cli/storm-dft.cpp)
target_link_libraries(storm-dft-cli storm-dft storm-cli-utilities) # Adding headers for xcode
set_target_properties(storm-dft-cli PROPERTIES OUTPUT_NAME "storm-dft")

0
src/storm-dft-cli/storm-dyftee.cpp → src/storm-dft-cli/storm-dft.cpp

Loading…
Cancel
Save