cmake: fix ps2 support

This commit is contained in:
Anonymous Maarten
2021-07-09 19:32:45 +02:00
parent c1400ecfab
commit fe07db1b21
2 changed files with 13 additions and 6 deletions

View File

@ -3,8 +3,12 @@ add_executable(ps2test
main.cpp
mem.h
ps2.h
vu/defaultpipe.dsm
vu/skinpipe.dsm
vu/light.vu
vu/setup_persp.vu
)
target_link_libraries(ps2test
@ -13,7 +17,7 @@ target_link_libraries(ps2test
kernel
)
librw_platform_target(ps2test)
librw_platform_target(ps2test INSTALL)
if(LIBRW_INSTALL)
install(TARGETS ps2test