1
0
Fork 0

Fix indentation

This commit is contained in:
Tycho 2014-03-15 07:15:02 -07:00
parent 04f1d58561
commit a427f004b8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if(UNIX)
COMMAND xxd -i lua/enumerate.lua >enumerate_lua.h
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src/bin/
DEPENDS ${PROJECT_SOURCE_DIR}/src/bin/lua/enumerate.lua)
add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/src/bin/function_lua.h
add_custom_command(OUTPUT ${PROJECT_SOURCE_DIR}/src/bin/function_lua.h
COMMAND xxd -i lua/function.lua >function_lua.h
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/src/bin/
DEPENDS ${PROJECT_SOURCE_DIR}/src/bin/lua/function.lua)