Skip to content

Commit

Permalink
Moved my Yaskawa Example to the examples directory in a vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Keene committed Aug 19, 2020
1 parent 2fea445 commit 92d94d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ target_link_libraries(implicit_messaging EIPScanner)
add_executable(parameter_object_example ParameterObjectExample.cpp)
target_link_libraries(parameter_object_example EIPScanner)
add_executable(discovery_example DiscoveryManagerExample.cpp)
target_link_libraries(discovery_example EIPScanner)
target_link_libraries(discovery_example EIPScanner)

add_executable(yaskawa_assembly_object_example vendors/yaskawa/mp3300iec/Yaskawa_AssemblyObjectExample.cpp)
target_link_libraries(yaskawa_assembly_object_example EIPScanner)
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ add_executable(test_eipscanner
vendor/ra/powerFlex525/TestDPIFaultManager.cpp
vendor/ra/powerFlex525/TestDPIFaultObject.cpp
vendor/ra/powerFlex525/TestDPIFaultParameter.cpp
vendor/yaskawa/mp3300iec/Yaskawa_ReadWriteAssemblyObjectExample.cpp

TestDiscoveryManager.cpp
TestIdentityObject.cpp
Expand Down

0 comments on commit 92d94d5

Please sign in to comment.