mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] cmake: cosmetics
This commit is contained in:
@@ -39,10 +39,5 @@ foreach(clipboard ${CLIPBOARDS})
|
||||
endforeach()
|
||||
file(APPEND ${CLIPBOARD_C} " NULL\n};\n\n")
|
||||
|
||||
add_library(clipboards STATIC
|
||||
${CLIPBOARD_C}
|
||||
)
|
||||
|
||||
target_link_libraries(clipboards
|
||||
${CLIPBOARDS_LINK}
|
||||
)
|
||||
add_library(clipboards STATIC ${CLIPBOARD_C})
|
||||
target_link_libraries(clipboards ${CLIPBOARDS_LINK})
|
||||
|
Reference in New Issue
Block a user