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
23
vendor/librw/tools/im2d/CMakeLists.txt
vendored
Normal file
23
vendor/librw/tools/im2d/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
add_executable(im2d WIN32
|
||||
im2d.cpp
|
||||
linelist.cpp
|
||||
main.cpp
|
||||
polyline.cpp
|
||||
trifan.cpp
|
||||
trilist.cpp
|
||||
tristrip.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(im2d
|
||||
PRIVATE
|
||||
librw::skeleton
|
||||
librw::librw
|
||||
)
|
||||
|
||||
add_custom_command(
|
||||
TARGET im2d POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E make_directory "$<TARGET_FILE_DIR:im2d>/files"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/files" "$<TARGET_FILE_DIR:im2d>/files"
|
||||
)
|
||||
|
||||
librw_platform_target(im2d)
|
||||
Loading…
Add table
Add a link
Reference in a new issue