Dax89 / QHexView

A versatile Hexadecimal widget for Qt5
MIT License
321 stars 102 forks source link

Modernized cmake file, build qhexview as static library. #40

Closed dev-0x7C6 closed 3 years ago

dev-0x7C6 commented 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

Dax89 commented 3 years ago

Thanks! :rocket: