fix install folder

This commit is contained in:
Krishna Vedala 2020-06-06 17:10:04 -04:00
parent 055d782275
commit accd53c12f
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7
1 changed files with 1 additions and 1 deletions

View File

@ -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} )