Skip to content

Commit

Permalink
Reintroduce unit tests in the nbt library
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jun 4, 2023
1 parent c2c21de commit d03ec64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d03ec64

Please sign in to comment.