Skip to content

Commit 8b8f9f0

Browse files
committed
librrgraph: do not remove empty source in cmake
Signed-off-by: Alessandro Comodi <[email protected]>
1 parent 8c267e9 commit 8b8f9f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/librrgraph/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ file(GLOB_RECURSE LIB_SOURCES src/*/*.cpp)
77
file(GLOB_RECURSE LIB_HEADERS src/*/*.h)
88
files_to_dirs(LIB_HEADERS LIB_INCLUDE_DIRS)
99

10-
#Remove test executable from library
11-
list(REMOVE_ITEM LIB_SOURCES ${EXEC_SOURCES})
12-
1310
#Create the library
1411
add_library(librrgraph STATIC
1512
${LIB_HEADERS}

0 commit comments

Comments
 (0)