mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
fix sorting bin output foldername
This commit is contained in:
@@ -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} )
|
||||
|
||||
Reference in New Issue
Block a user