Skip to content

Commit

Permalink
Use own implementation of SMK decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Jan 7, 2020
1 parent 2eb7cf6 commit 34b741e
Show file tree
Hide file tree
Showing 4 changed files with 1,103 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ set(CORE_FILES
${PROJECT_SOURCE_DIR}/src/core/io.c
${PROJECT_SOURCE_DIR}/src/core/lang.c
${PROJECT_SOURCE_DIR}/src/core/random.c
${PROJECT_SOURCE_DIR}/src/core/smack.c
${PROJECT_SOURCE_DIR}/src/core/string.c
${PROJECT_SOURCE_DIR}/src/core/time.c
${PROJECT_SOURCE_DIR}/src/core/zip.c
Expand Down Expand Up @@ -534,7 +535,6 @@ add_executable(julius
${WIDGET_FILES}
${WINDOW_FILES}
${EDITOR_FILES}
${SMK_FILES}
${TINYFD_FILES}
${PROJECT_SOURCE_DIR}/res/julius.rc
${MACOSX_FILES}
Expand Down
Loading

0 comments on commit 34b741e

Please sign in to comment.