mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +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}
|
||||
${common_src}
|
||||
)
|
||||
install(TARGETS rgb${PROG} DESTINATION bin)
|
||||
endforeach()
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
|
||||
Reference in New Issue
Block a user