summaryrefslogtreecommitdiff
path: root/src/wasm
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm')
-rw-r--r--src/wasm/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm/CMakeLists.txt b/src/wasm/CMakeLists.txt
index 916fbfb63..32cdf50c8 100644
--- a/src/wasm/CMakeLists.txt
+++ b/src/wasm/CMakeLists.txt
@@ -1,3 +1,4 @@
+FILE(GLOB wasm_HEADERS *.h)
set(wasm_SOURCES
literal.cpp
wasm.cpp
@@ -11,5 +12,6 @@ set(wasm_SOURCES
wasm-stack.cpp
wasm-type.cpp
wasm-validator.cpp
+ ${wasm_HEADERS}
)
add_library(wasm OBJECT ${wasm_SOURCES})