mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 23:15:52 +08:00
rename computer.... folder to numerical methods
This commit is contained in:
@@ -70,7 +70,7 @@ add_subdirectory(sorting)
|
||||
add_subdirectory(geometry)
|
||||
add_subdirectory(probability)
|
||||
add_subdirectory(machine_learning)
|
||||
add_subdirectory(computer_oriented_statistical_methods)
|
||||
add_subdirectory(numerical_methods)
|
||||
|
||||
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
|
||||
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
|
||||
|
||||
@@ -13,6 +13,6 @@ foreach( testsourcefile ${APP_SOURCES} )
|
||||
if(OpenMP_CXX_FOUND)
|
||||
target_link_libraries(${testname} OpenMP::OpenMP_CXX)
|
||||
endif()
|
||||
install(TARGETS ${testname} DESTINATION "bin/stats")
|
||||
install(TARGETS ${testname} DESTINATION "bin/numerical_methods")
|
||||
|
||||
endforeach( testsourcefile ${APP_SOURCES} )
|
||||
Reference in New Issue
Block a user