Bug fix for cmake install target.

This commit is contained in:
Matthew Budd 2020-06-20 00:54:26 -04:00
parent 70a77cbe41
commit fb9ee25800
1 changed files with 1 additions and 1 deletions

View File

@ -354,4 +354,4 @@ target_link_libraries( fceux
)
install( TARGETS fceux
RUNTIME bin )
RUNTIME DESTINATION bin )