Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
IonAgorria committed Jun 14, 2024
1 parent 8136dc0 commit 0f7b7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ target_link_libraries(perimeter PRIVATE ${perimeter_LINK_LIBS})

#Install rules
install (TARGETS perimeter
RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}
BUNDLE DESTINATION ${CMAKE_INSTALL_PREFIX}
RUNTIME
LIBRARY
BUNDLE DESTINATION "${CMAKE_INSTALL_PREFIX}"
)

0 comments on commit 0f7b7e2

Please sign in to comment.