Skip to content

Commit

Permalink
cmake: Rename the target "symbol-check" to "scripts_symbols_chk"
Browse files Browse the repository at this point in the history
Follow the general conventions for naming CMake targets.
  • Loading branch information
ctruta committed Sep 10, 2022
1 parent cbf8c64 commit 0fe598d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -437,7 +437,7 @@ else()
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/checksym.awk"
"${CMAKE_CURRENT_SOURCE_DIR}/scripts/symbols.def")

add_custom_target(symbol-check
add_custom_target(scripts_symbols_chk
DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/scripts/symbols.chk")

generate_copy(INPUT "${CMAKE_CURRENT_BINARY_DIR}/scripts/sym.out"
Expand Down Expand Up @@ -470,7 +470,7 @@ else()
"${CMAKE_CURRENT_BINARY_DIR}/scripts/pnglibconf.c" scripts_pnglibconf_c
"${CMAKE_CURRENT_BINARY_DIR}/scripts/prefix.out" scripts_prefix_out
"${CMAKE_CURRENT_BINARY_DIR}/scripts/sym.out" scripts_sym_out
"${CMAKE_CURRENT_BINARY_DIR}/scripts/symbols.chk" symbol-check
"${CMAKE_CURRENT_BINARY_DIR}/scripts/symbols.chk" scripts_symbols_chk
"${CMAKE_CURRENT_BINARY_DIR}/scripts/symbols.out" scripts_symbols_out
"${CMAKE_CURRENT_BINARY_DIR}/scripts/vers.out" scripts_vers_out)
endif(NOT AWK OR ANDROID OR IOS)
Expand Down

0 comments on commit 0fe598d

Please sign in to comment.