One line per file in CmakeLists.txt
This commit is contained in:
@@ -9,11 +9,19 @@
|
||||
# CMake build script.
|
||||
#
|
||||
# Authors: David Hrdlička, <hrdlickadavid@outlook.com>
|
||||
# Jasmine Iwanek, <jriwanek@gmail.com>
|
||||
#
|
||||
# Copyright 2020-2021 David Hrdlička.
|
||||
# Copyright 2024 Jasmine Iwanek.
|
||||
#
|
||||
|
||||
add_library(print OBJECT png.c prt_cpmap.c prt_escp.c prt_text.c prt_ps.c)
|
||||
add_library(print OBJECT
|
||||
png.c
|
||||
prt_cpmap.c
|
||||
prt_escp.c
|
||||
prt_text.c
|
||||
prt_ps.c
|
||||
)
|
||||
|
||||
if(PCL)
|
||||
target_compile_definitions(print PRIVATE USE_PCL)
|
||||
|
||||
Reference in New Issue
Block a user