Skip to content

Commit

Permalink
Update the path
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddassir Ali authored and Muddassir Ali committed Aug 26, 2024
1 parent 12e7a03 commit 32053c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/odb/test/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ add_executable(TestGuide TestGuide.cpp)
add_executable(TestNetTrack TestNetTrack.cpp)
add_executable(TestMaster TestMaster.cpp)
add_executable(TestGDSIn TestGDSIn.cpp)
add_executable(TestGDSOut TestGDSOut.cpp)
#add_executable(TestXML TestXML.cpp)

target_link_libraries(OdbGTests odb gtest gmock gtest_main)
Expand All @@ -44,6 +45,7 @@ target_link_libraries(TestGuide ${TEST_LIBS})
target_link_libraries(TestNetTrack ${TEST_LIBS})
target_link_libraries(TestMaster ${TEST_LIBS})
target_link_libraries(TestGDSIn gdsin odb_test_helper)
target_link_libraries(TestGDSOut gdsin odb_test_helper)
#target_link_libraries(TestXML gdsin odb_test_helper)

# FAILING TARGETS
Expand Down

0 comments on commit 32053c1

Please sign in to comment.