9 lines
99 B
CMake
9 lines
99 B
CMake
add_executable(ska2anm
|
|
ska2anm.cpp
|
|
)
|
|
|
|
target_link_libraries(ska2anm
|
|
PUBLIC
|
|
librw
|
|
)
|