Skip to content

Commit

Permalink
reinstate alphabetical ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 authored Jun 20, 2023
1 parent 8a079e1 commit 8f41362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# list depends here.
add_subdirectory(lodepng)
add_subdirectory(md5)

add_subdirectory(lua)
add_subdirectory(md5)
add_subdirectory(protobuf)

if(UNIX)
set_target_properties(lua PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations -Wno-deprecated-enum-enum-conversion")
target_compile_options(protoc
Expand Down

0 comments on commit 8f41362

Please sign in to comment.