mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Initial commit
This commit is contained in:
commit
77cdaaf97e
827 changed files with 418745 additions and 0 deletions
26
vendor/librw/tools/ps2test/CMakeLists.txt
vendored
Normal file
26
vendor/librw/tools/ps2test/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
add_executable(ps2test
|
||||
gs.h
|
||||
main.cpp
|
||||
mem.h
|
||||
ps2.h
|
||||
|
||||
vu/defaultpipe.dsm
|
||||
vu/skinpipe.dsm
|
||||
|
||||
vu/light.vu
|
||||
vu/setup_persp.vu
|
||||
)
|
||||
|
||||
target_link_libraries(ps2test
|
||||
PRIVATE
|
||||
librw::librw
|
||||
kernel
|
||||
)
|
||||
|
||||
librw_platform_target(ps2test INSTALL)
|
||||
|
||||
if(LIBRW_INSTALL)
|
||||
install(TARGETS ps2test
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
)
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue