mirror of
https://github.com/aap/librw.git
synced 2024-11-28 22:55:42 +00:00
12 lines
177 B
CMake
12 lines
177 B
CMake
add_executable(subrast WIN32
|
|
main.cpp subrast.cpp
|
|
)
|
|
|
|
target_link_libraries(subrast
|
|
PUBLIC
|
|
librw::skeleton
|
|
librw::librw
|
|
)
|
|
|
|
librw_platform_target(subrast)
|