Skip to content

Commit 3c5674b

Browse files
committed
Update CMakeLists.txt
Update CMakeLists.txt
1 parent 721bce5 commit 3c5674b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ add_executable(conv2Test test/conv2Test.cpp image_io.cpp)
226226
add_executable(conv2Test2 test/conv2Test2.cpp image_io.cpp)
227227
add_executable(convnTest test/convnTest.cpp image_io.cpp)
228228
add_executable(DiamondWheelAnalysis test/DiamondWheelAnalysis.cpp image_io.cpp)
229+
add_executable(dbmpFileToCSV test/dbmpFileToCSV.cpp image_io.cpp)
229230
add_executable(dct2Test test/dct2Test.cpp image_io.cpp)
230231
add_executable(dct2Test2 test/dct2Test2.cpp image_io.cpp)
231232
add_executable(dct2Test3 test/dct2Test3.cpp image_io.cpp)
@@ -338,6 +339,7 @@ target_link_libraries(concatVerticalTest PUBLIC TBB::tbb)
338339
target_link_libraries(conv2Test PUBLIC TBB::tbb)
339340
target_link_libraries(conv2Test2 PUBLIC TBB::tbb)
340341
target_link_libraries(convnTest PUBLIC TBB::tbb)
342+
target_link_libraries(dbmpFileToCSV PUBLIC TBB::tbb)
341343
target_link_libraries(dct2Test PUBLIC TBB::tbb)
342344
target_link_libraries(dct2Test2 PUBLIC TBB::tbb)
343345
target_link_libraries(dct2Test3 PUBLIC TBB::tbb)

0 commit comments

Comments
 (0)