mirror of
https://github.com/aap/librw.git
synced 2025-03-22 09:45:15 +00:00
11 lines
131 B
CMake
11 lines
131 B
CMake
add_executable(ska2anm
|
|
ska2anm.cpp
|
|
)
|
|
|
|
target_link_libraries(ska2anm
|
|
PUBLIC
|
|
librw
|
|
)
|
|
|
|
librw_platform_target(ska2anm)
|