mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
fix install folder
This commit is contained in:
parent
055d782275
commit
accd53c12f
@ -19,6 +19,6 @@ foreach( testsourcefile ${APP_SOURCES} )
|
|||||||
if(MATH_LIBRARY)
|
if(MATH_LIBRARY)
|
||||||
target_link_libraries(${testname} ${MATH_LIBRARY})
|
target_link_libraries(${testname} ${MATH_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
install(TARGETS ${testname} DESTINATION "bin/misc")
|
install(TARGETS ${testname} DESTINATION "bin/project_euler")
|
||||||
|
|
||||||
endforeach( testsourcefile ${APP_SOURCES} )
|
endforeach( testsourcefile ${APP_SOURCES} )
|
||||||
|
Loading…
Reference in New Issue
Block a user