mirror of https://github.com/aap/librw.git
9 lines
144 B
CMake
9 lines
144 B
CMake
|
add_executable(subrast
|
||
|
main.cpp subrast.cpp
|
||
|
)
|
||
|
|
||
|
target_link_libraries(subrast
|
||
|
PUBLIC
|
||
|
librw librw_skeleton librw_skeleton_imgui
|
||
|
)
|