Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Created July 15, 2020 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericoporto/b588ec81df7abc5d480aa48131dee452 to your computer and use it in GitHub Desktop.
Save ericoporto/b588ec81df7abc5d480aa48131dee452 to your computer and use it in GitHub Desktop.
need to add a install target to ags executable cmakelists.txt
add_executable(ags)
if(NOT CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
install(TARGETS ags
DESTINATION "${CMAKE_INSTALL_PREFIX}/bin"
)
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment