mirror of
https://github.com/apache/httpd.git
synced 2025-07-21 23:44:07 +00:00
* CMakeLists.txt: Use full path to gen_test_char.exe in CUSTOM_COMMAND.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902366 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -651,11 +651,10 @@ ENDIF()
|
||||
CONFIGURE_FILE(os/win32/BaseAddr.ref ${PROJECT_BINARY_DIR}/ COPYONLY)
|
||||
|
||||
ADD_EXECUTABLE(gen_test_char server/gen_test_char.c)
|
||||
GET_TARGET_PROPERTY(GEN_TEST_CHAR_EXE gen_test_char LOCATION)
|
||||
ADD_CUSTOM_COMMAND(
|
||||
COMMENT "Generating character tables, test_char.h, for current locale"
|
||||
DEPENDS gen_test_char
|
||||
COMMAND ${GEN_TEST_CHAR_EXE} > ${PROJECT_BINARY_DIR}/test_char.h
|
||||
COMMAND $<TARGET_FILE:gen_test_char> > ${PROJECT_BINARY_DIR}/test_char.h
|
||||
OUTPUT ${PROJECT_BINARY_DIR}/test_char.h
|
||||
)
|
||||
ADD_CUSTOM_TARGET(
|
||||
|
Reference in New Issue
Block a user