Skip to content

Commit

Permalink
[Discord] Updating prefab configuration to support kv-storage - Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Jun 14, 2024
1 parent ba70792 commit 8540c51
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ abstract class PrepareBoostTask : DefaultTask() {
it.from(project.file("src/main/jni/third-party/boost"))
it.include(
"CMakeLists.txt",
"boost_${boostVersion.get()}/boost/**/*.h",
"boost_${boostVersion.get()}/boost/**/*.hpp",
"boost/boost/**/*.h",
"boost/boost/**/*.hpp",
"asm/**/*.S")
it.includeEmptyDirs = false
Expand Down

0 comments on commit 8540c51

Please sign in to comment.