mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add install directives to CMakeLists
Otherwise `make install` or `cmake --install` does not work
This commit is contained in:
@@ -76,6 +76,7 @@ foreach(PROG "asm" "fix" "gfx" "link")
|
|||||||
${rgb${PROG}_src}
|
${rgb${PROG}_src}
|
||||||
${common_src}
|
${common_src}
|
||||||
)
|
)
|
||||||
|
install(TARGETS rgb${PROG} DESTINATION bin)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||||
|
|||||||
Reference in New Issue
Block a user