Rename federation use case example

This commit is contained in:
Thomas Krijnen
2017-11-24 13:20:46 +01:00
parent cab7716bdf
commit 2562d6c208
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -17,5 +17,5 @@
# #
################################################################################
ADD_EXECUTABLE(hdf5_mount mount.cpp)
TARGET_LINK_LIBRARIES(hdf5_mount IfcParse)
ADD_EXECUTABLE(hdf5_federate federate.cpp)
TARGET_LINK_LIBRARIES(hdf5_federate IfcParse)