Skip to content

Commit

Permalink
Convert action lut to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
arieshi255 committed Jan 27, 2023
1 parent cc0a7aa commit f3627a9
Show file tree
Hide file tree
Showing 15 changed files with 183,485 additions and 21,847 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ add_custom_target( copy_runtime_files ALL
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/web ${CMAKE_BINARY_DIR}/bin/web
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/sql_import.sh ${CMAKE_BINARY_DIR}/bin/sql_import.sh )

file( COPY ${CMAKE_SOURCE_DIR}/data DESTINATION ${CMAKE_BINARY_DIR}/bin )

######################################
# Dependencies and compiler settings #
######################################
Expand Down
Loading

0 comments on commit f3627a9

Please sign in to comment.