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