2021-01-02 19:40:59 +00:00
|
|
|
add_executable(ps2test
|
|
|
|
gs.h
|
|
|
|
main.cpp
|
|
|
|
mem.h
|
|
|
|
ps2.h
|
2021-07-09 18:32:45 +01:00
|
|
|
|
2021-01-02 19:40:59 +00:00
|
|
|
vu/defaultpipe.dsm
|
|
|
|
vu/skinpipe.dsm
|
2021-07-09 18:32:45 +01:00
|
|
|
|
|
|
|
vu/light.vu
|
|
|
|
vu/setup_persp.vu
|
2021-01-02 19:40:59 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ps2test
|
2021-06-22 21:51:20 +01:00
|
|
|
PRIVATE
|
|
|
|
librw::librw
|
2021-01-02 19:40:59 +00:00
|
|
|
kernel
|
|
|
|
)
|
|
|
|
|
2021-07-09 18:32:45 +01:00
|
|
|
librw_platform_target(ps2test INSTALL)
|
2021-01-02 19:40:59 +00:00
|
|
|
|
|
|
|
if(LIBRW_INSTALL)
|
|
|
|
install(TARGETS ps2test
|
|
|
|
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
|
|
|
)
|
|
|
|
endif()
|