Skip to content

Commit

Permalink
GSRunner: Correct CMake typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Aug 5, 2024
1 parent 8cd1285 commit 2320330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pcsx2-gsrunner/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
add_executable(pcsx2-gsrunnner)
add_executable(pcsx2-gsrunner)

if (PACKAGE_MODE)
install(TARGETS pcsx2-gsrunnner DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS pcsx2-gsrunner DESTINATION ${CMAKE_INSTALL_BINDIR})
else()
install(TARGETS pcsx2-gsrunnner DESTINATION ${CMAKE_SOURCE_DIR}/bin)
install(TARGETS pcsx2-gsrunner DESTINATION ${CMAKE_SOURCE_DIR}/bin)
endif()

target_sources(pcsx2-gsrunner PRIVATE
Expand Down

0 comments on commit 2320330

Please sign in to comment.