cmake stuff
This commit is contained in:
parent
980f60c003
commit
27f36b4aa8
3 changed files with 27 additions and 25 deletions
|
@ -10,9 +10,9 @@ else()
|
|||
endif()
|
||||
|
||||
add_library(printer STATIC)
|
||||
target_sources(printer
|
||||
PRIVATE
|
||||
posprinter.cpp utils.cpp
|
||||
target_sources(printer PRIVATE
|
||||
posprinter.cpp
|
||||
utils.cpp
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue