Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oov committed Jun 16, 2022
1 parent a9e0c21 commit 90a4316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ set_target_properties(gentransmap PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/util"
)
list(APPEND targets gentransmap)
add_dependencies(gentransmap generate_version_h)
add_custom_target(generate_transmap
COMMAND ${CMAKE_COMMAND} -E copy "${PROJECT_SOURCE_DIR}/src/lua/_iniobj.lua" "_iniobj.lua"
COMMAND ${CMAKE_COMMAND} -E copy "${CMAKE_CURRENT_SOURCE_DIR}/util/gentransmap.lua" "gentransmap.lua"
Expand Down

0 comments on commit 90a4316

Please sign in to comment.