summaryrefslogtreecommitdiffstats
path: root/tdecore/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-03 20:00:05 +0900
commit53f603f284e8a36a764855f80b0ddaadfee818b8 (patch)
treea81eb704747d62b204f207d549f4ac5eb5b91540 /tdecore/CMakeLists.txt
parent26914d6b97d50cb87a41b4a51a037dfdd4e824ed (diff)
downloadtdelibs-drop/custom-vsnprintf.tar.gz
tdelibs-drop/custom-vsnprintf.zip
vsnprintf/snprintf are part of the c++ standard, so there is no need to keep around custom implementations for themdrop/custom-vsnprintf
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore/CMakeLists.txt')
-rw-r--r--tdecore/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt
index 96032d616..3ebbe8add 100644
--- a/tdecore/CMakeLists.txt
+++ b/tdecore/CMakeLists.txt
@@ -123,7 +123,7 @@ set( ${target}_SRCS
kaudioplayer.cpp kdcoppropertyproxy.cpp ksockaddr.cpp
kextsock.cpp netsupp.cpp tdeprocio.cpp kbufferedio.cpp
kpixmapprovider.cpp kurldrag.cpp kmdcodec.cpp ksocks.cpp
- fakes.c vsnprintf.c tdesycoca.cpp tdesycocadict.cpp tdesycoca.skel
+ fakes.c tdesycoca.cpp tdesycocadict.cpp tdesycoca.skel
tdesycocafactory.cpp kxmessages.cpp tdestartupinfo.cpp
kcatalogue.cpp kasyncio.cpp tdemultipledrag.cpp kstaticdeleter.cpp
tdeappdcopinterface.cpp tdeappdcopinterface.skel kclipboard.cpp
@@ -154,7 +154,7 @@ tde_add_library( ${target} SHARED AUTOMOC
set( target tdefakes_nonpic )
set( ${target}_SRCS
- fakes.c vsnprintf.c
+ fakes.c
)
tde_add_library( ${target} STATIC
@@ -167,7 +167,7 @@ tde_add_library( ${target} STATIC
set( target tdefakes_pic )
set( ${target}_SRCS
- fakes.c vsnprintf.c
+ fakes.c
)
tde_add_library( ${target} STATIC_PIC
@@ -181,7 +181,7 @@ tde_add_library( ${target} STATIC_PIC
set( target tdefakes )
set( ${target}_SRCS
- fakes.c vsnprintf.c
+ fakes.c
)
tde_add_library( ${target} SHARED