Reintroduce unit tests in the nbt library

This commit is contained in:
Petr Mrázek 2023-06-04 20:13:04 +02:00
parent c2c21de95a
commit d03ec64d31
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ set_directory_properties(PROPERTIES EP_BASE External)
option(NBT_BUILD_SHARED "Build NBT shared library" ON)
option(NBT_USE_ZLIB "Build NBT library with zlib support" OFF)
option(NBT_BUILD_TESTS "Build NBT library tests" OFF) #FIXME: fix unit tests.
option(NBT_BUILD_TESTS "Build NBT library tests" ON)
set(NBT_NAME Launcher_nbt++)
set(NBT_DEST_DIR ${LIBRARY_DEST_DIR})
add_subdirectory(libraries/libnbtplusplus)

@ -1 +1 @@
Subproject commit 1320dde10d304ef01542207326f6ee955dddf0db
Subproject commit c1794059cf4952d8183a344ebf2440d55d643503