Browse Source

Update CMakeLists.txt

Marco Bambini 6 years ago
parent
commit
9d02289221
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CMakeLists.txt

+ 2 - 0
CMakeLists.txt

@@ -34,3 +34,5 @@ endif()
 
 ADD_EXECUTABLE(gravity ${GRAVITY_SRC} $<TARGET_OBJECTS:libgravity>)
 TARGET_LINK_LIBRARIES(gravity ${LIBS})
+
+install(TARGETS gravity DESTINATION /usr/local/bin)