6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
#----------------------------------------------------------------------------
|
|
# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX
|
|
#
|
|
install(TARGETS EXAMPLE_PROGRAM_NAME DESTINATION bin)
|
|
|