summaryrefslogtreecommitdiffstats
path: root/tests/BlockTypeRegistry
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-04-12 01:25:51 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2021-04-12 15:09:18 +0200
commit04cb4996e22c1d95c1c839b6fb54d49272d5bbc0 (patch)
tree32a06345887b027e358c14fd56f346857282ef39 /tests/BlockTypeRegistry
parentfixed build (#5181) (diff)
downloadcuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar.gz
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar.bz2
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar.lz
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar.xz
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.tar.zst
cuberite-04cb4996e22c1d95c1c839b6fb54d49272d5bbc0.zip
Diffstat (limited to 'tests/BlockTypeRegistry')
-rw-r--r--tests/BlockTypeRegistry/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/BlockTypeRegistry/CMakeLists.txt b/tests/BlockTypeRegistry/CMakeLists.txt
index e81d5ff38..c4f3873d0 100644
--- a/tests/BlockTypeRegistry/CMakeLists.txt
+++ b/tests/BlockTypeRegistry/CMakeLists.txt
@@ -23,7 +23,7 @@ add_executable(BlockTypePaletteTest
${PROJECT_SOURCE_DIR}/src/OSSupport/CriticalSection.cpp
${PROJECT_SOURCE_DIR}/src/OSSupport/File.cpp
)
-target_link_libraries(BlockTypePaletteTest fmt::fmt jsoncpp_lib)
+target_link_libraries(BlockTypePaletteTest fmt::fmt jsoncpp_static)
# BlockTypeRegistryTest: Verify that the BlockTypeRegistry class works as intended:
add_executable(BlockTypeRegistryTest
@@ -48,7 +48,7 @@ add_executable(PalettedBlockAreaTest
${PROJECT_SOURCE_DIR}/src/StringUtils.cpp
${PROJECT_SOURCE_DIR}/src/OSSupport/CriticalSection.cpp
)
-target_link_libraries(PalettedBlockAreaTest fmt::fmt jsoncpp_lib)
+target_link_libraries(PalettedBlockAreaTest fmt::fmt jsoncpp_static)
# Extra files for BlockTypePalette test:
file (COPY