cmake stuff

This commit is contained in:
Martin Brodbeck 2025-03-18 12:32:10 +01:00
parent 980f60c003
commit 27f36b4aa8
3 changed files with 27 additions and 25 deletions

View file

@ -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)