Added Pick2DTest.cpp

This commit is contained in:
2024-08-06 00:50:59 +08:00
parent c531edf5c4
commit 3703fe7023
3 changed files with 101 additions and 1 deletions

View File

@@ -91,6 +91,11 @@ cm_example_project("DataType/DataArray" DataChainTest)
add_executable(DataChainTest2 datatype/DataChainTest2.cpp)
cm_example_project("DataType/DataArray" DataChainTest2)
####################################################################################################
add_executable(Pick2DTest pick/Pick2DTest.cpp)
cm_example_project("Pick" Pick2DTest)
target_link_libraries(Pick2DTest PRIVATE CM2D)
####################################################################################################