diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 46c677c6..c1a07e18 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -354,4 +354,4 @@ target_link_libraries( fceux ) install( TARGETS fceux - RUNTIME bin ) + RUNTIME DESTINATION bin )