mirror of
https://github.com/aap/librw.git
synced 2025-03-23 02:06:49 +00:00
11 lines
182 B
CMake
11 lines
182 B
CMake
add_executable(subrast WIN32
|
|
main.cpp subrast.cpp
|
|
)
|
|
|
|
target_link_libraries(subrast
|
|
PUBLIC
|
|
librw librw_skeleton librw_skeleton_imgui
|
|
)
|
|
|
|
librw_platform_target(subrast)
|