cmake: fix ps2 support
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user