summaryrefslogtreecommitdiffstats
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index c3fd51d2646..c607839a8d2 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -12,6 +12,8 @@ if(WIN32)
add_library(dlfcn_win32 STATIC win32/dlfcn.cc win32/errno.cc)
endif()
+add_subdirectory(io_exerciser)
+add_subdirectory(json)
add_subdirectory(options)
set(common_srcs
@@ -225,6 +227,7 @@ elseif(HAVE_POWER8)
list(APPEND crc32_srcs
crc32c_ppc_asm.S
crc32c_ppc_fast_zero_asm.S)
+ set_source_files_properties(crc32c_ppc_asm.S PROPERTIES COMPILE_FLAGS -D__ASSEMBLY__)
endif(HAVE_PPC64LE)
elseif(HAVE_ARMV8_CRC)
list(APPEND crc32_srcs