1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 10:25:21 +02:00

Only include keycode unittests in client build (fixes #4559)

This commit is contained in:
sfan5
2016-09-29 16:20:05 +02:00
parent cc0b3c1cd1
commit 45a9145a4b
2 changed files with 5 additions and 1 deletions

View File

@@ -538,6 +538,7 @@ set(client_SRCS
sky.cpp
wieldmesh.cpp
${client_SCRIPT_SRCS}
${UNITTEST_CLIENT_SRCS}
)
list(SORT client_SRCS)