Closed dev-0x7C6 closed 3 years ago
Hi,
I used new cmake approach (well not that new anymore) to make components.
After that change it can be used like below:
add_subdirectory("library/qhexview") target_link_libraries(your-application-target PRIVATE qhexview-lib)
Regards, Bartłomiej
Thanks! :rocket:
Hi,
I used new cmake approach (well not that new anymore) to make components.
After that change it can be used like below:
Regards, Bartłomiej