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
17
vendor/librw/tools/imguitest/CMakeLists.txt
vendored
Normal file
17
vendor/librw/tools/imguitest/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
add_executable(imguitest WIN32
|
||||
main.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(imguitest
|
||||
PUBLIC
|
||||
librw::skeleton
|
||||
librw::librw
|
||||
)
|
||||
|
||||
if(LIBRW_INSTALL)
|
||||
install(TARGETS imguitest
|
||||
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
|
||||
)
|
||||
endif()
|
||||
|
||||
librw_platform_target(imguitest INSTALL)
|
||||
Loading…
Add table
Add a link
Reference in a new issue