Made STB the default image manipulation library to reduce memory usage (GraphicsMagick can still be selected). closes #93
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
add_executable(lms-cover
|
||||
LmsCover.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(lms-cover PRIVATE
|
||||
lmscover
|
||||
Boost::program_options
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user