Skip to content
Snippets Groups Projects
Commit f442fe3c authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

cmake: Fix formatting

Refs #70625
parent a48ad9d3
No related branches found
No related tags found
No related merge requests found
...@@ -265,13 +265,13 @@ SET( libringclient_LIB_SRCS ...@@ -265,13 +265,13 @@ SET( libringclient_LIB_SRCS
) )
IF(${ENABLE_LIBWRAP} MATCHES true) IF(${ENABLE_LIBWRAP} MATCHES true)
SET(libringclient_LIB_SRCS ${libringclient_LIB_SRCS} SET(libringclient_LIB_SRCS ${libringclient_LIB_SRCS}
src/private/directrenderer.cpp src/private/directrenderer.cpp
) )
ELSE() ELSE()
SET(libringclient_LIB_SRCS ${libringclient_LIB_SRCS} SET(libringclient_LIB_SRCS ${libringclient_LIB_SRCS}
src/private/shmrenderer.cpp src/private/shmrenderer.cpp
) )
ENDIF(${ENABLE_LIBWRAP} MATCHES true) ENDIF(${ENABLE_LIBWRAP} MATCHES true)
# Public API # Public API
...@@ -331,7 +331,6 @@ SET( libringclient_LIB_HDRS ...@@ -331,7 +331,6 @@ SET( libringclient_LIB_HDRS
src/securityflaw.h src/securityflaw.h
src/collectioncreationinterface.h src/collectioncreationinterface.h
src/collectionconfigurationinterface.h src/collectionconfigurationinterface.h
) )
SET(libringclient_video_LIB_HDRS SET(libringclient_video_LIB_HDRS
...@@ -459,7 +458,7 @@ IF(NOT ${ENABLE_LIBWRAP} MATCHES true) ...@@ -459,7 +458,7 @@ IF(NOT ${ENABLE_LIBWRAP} MATCHES true)
instance_dbus_interface instance_dbus_interface
) )
ENDIF(${ENABLE_LIBWRAP} MATCHES true) ENDIF(NOT ${ENABLE_LIBWRAP} MATCHES true)
# Manually wrap private files and interfaces # Manually wrap private files and interfaces
SET(libringclient_PRIVATE_HDRS SET(libringclient_PRIVATE_HDRS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment