Skip to content

Commit

Permalink
fix install folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kvedala committed Jun 6, 2020
1 parent 055d782 commit accd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_euler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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} )

0 comments on commit accd53c

Please sign in to comment.