Skip to content

Commit

Permalink
cmake: Minor cleanup (reuse a string we already calculated).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 7, 2018
1 parent 73c26c2 commit 32d421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdlchecks.cmake
Expand Up @@ -610,7 +610,7 @@ macro(WaylandProtocolGen _SCANNER _XML _PROTL)
ARGS code "${_XML}" "${_WAYLAND_PROT_C_CODE}"
)

set(SOURCE_FILES ${SOURCE_FILES} "${CMAKE_CURRENT_BINARY_DIR}/wayland-generated-protocols/${_PROTL}-protocol.c")
set(SOURCE_FILES ${SOURCE_FILES} "${_WAYLAND_PROT_C_CODE}")
endmacro()

# Requires:
Expand Down

0 comments on commit 32d421d

Please sign in to comment.