summaryrefslogtreecommitdiff
path: root/lib/bitop
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitop')
-rw-r--r--lib/bitop/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitop/CMakeLists.txt b/lib/bitop/CMakeLists.txt
index 03b4d0b96..02e8a421d 100644
--- a/lib/bitop/CMakeLists.txt
+++ b/lib/bitop/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_library(bitop bit.c)
+add_library(bitop STATIC bit.c)
target_link_libraries(bitop)
include_directories(${LUA_INCLUDE_DIR})