Created
July 15, 2020 02:15
-
-
Save ericoporto/b588ec81df7abc5d480aa48131dee452 to your computer and use it in GitHub Desktop.
need to add a install target to ags executable cmakelists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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