fix sorting bin output foldername

This commit is contained in:
Krishna Vedala
2020-05-26 11:37:04 -04:00
parent b35a7875da
commit 47cc3f6825

View File

@@ -15,6 +15,6 @@ foreach( testsourcefile ${APP_SOURCES} )
if(OpenMP_CXX_FOUND)
target_link_libraries(${testname} OpenMP::OpenMP_CXX)
endif()
install(TARGETS ${testname} DESTINATION "bin/strings")
install(TARGETS ${testname} DESTINATION "bin/sorting")
endforeach( testsourcefile ${APP_SOURCES} )