Extending remageΒΆ
Todo
Add more information.
Advanced applications can extend remage and link against libremage with the
usual CMake syntax:
project(myapp)
find_package(remage REQUIRED)
# add_library(myapp ...)
# add_executable(myapp ...)
target_link_libraries(myapp PRIVATE RMG::remage)