[client] cmake: cosmetics

This commit is contained in:
Geoffrey McRae
2019-03-28 20:15:13 +11:00
parent 66c3c0115f
commit ee09594190
4 changed files with 7 additions and 23 deletions

View File

@@ -42,11 +42,5 @@ foreach(renderer ${RENDERERS})
endforeach()
file(APPEND ${RENDERER_C} " NULL\n};")
add_library(renderers STATIC
${RENDERER_C}
)
target_link_libraries(renderers
${RENDERERS_LINK}
)
add_library(renderers STATIC ${RENDERER_C})
target_link_libraries(renderers ${RENDERERS_LINK})