Skip to content

Commit bfa3233

Browse files
rh101minggo
authored andcommitted
Allow custom 3rd party libs missing option fix (#360)
* Allow overriding the game engine external libraries with ones provided by the game. * Fix for missing BUILD_EXT_UNZIP option.
1 parent 3a8fc68 commit bfa3233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ option(BUILD_EXT_MD5 "Build with internal md5 support" ON)
2323
option(BUILD_EXT_SQLITE "Build with internal SQLite support" ON)
2424
option(BUILD_EXT_ZLIB "Build with internal zlib support" ON)
2525
option(BUILD_EXT_CURL "Build with internal curl support" ON)
26+
option(BUILD_EXT_UNZIP "Build with internal unzip support" ON)
2627

2728
add_library(external empty.cpp)
2829

0 commit comments

Comments
 (0)