mirror of
https://github.com/aap/librw.git
synced 2024-11-29 23:25:43 +00:00
9 lines
150 B
CMake
9 lines
150 B
CMake
add_executable(subrast WIN32
|
|
main.cpp subrast.cpp
|
|
)
|
|
|
|
target_link_libraries(subrast
|
|
PUBLIC
|
|
librw librw_skeleton librw_skeleton_imgui
|
|
)
|