forked from avast/retdec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
15 lines (14 loc) · 871 Bytes
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cond_add_subdirectory(common RETDEC_ENABLE_COMMON_TESTS)
cond_add_subdirectory(bin2llvmir RETDEC_ENABLE_BIN2LLVMIR_TESTS)
cond_add_subdirectory(capstone2llvmir RETDEC_ENABLE_CAPSTONE2LLVMIR_TESTS)
cond_add_subdirectory(config RETDEC_ENABLE_CONFIG_TESTS)
cond_add_subdirectory(ctypes RETDEC_ENABLE_CTYPES_TESTS)
cond_add_subdirectory(ctypesparser RETDEC_ENABLE_CTYPESPARSER_TESTS)
cond_add_subdirectory(demangler RETDEC_ENABLE_DEMANGLER_TESTS)
cond_add_subdirectory(fileformat RETDEC_ENABLE_FILEFORMAT_TESTS)
cond_add_subdirectory(llvmir-emul RETDEC_ENABLE_LLVMIR_EMUL_TESTS)
cond_add_subdirectory(llvmir2hll RETDEC_ENABLE_LLVMIR2HLL_TESTS)
cond_add_subdirectory(loader RETDEC_ENABLE_LOADER_TESTS)
cond_add_subdirectory(serdes RETDEC_ENABLE_SERDES_TESTS)
cond_add_subdirectory(unpacker RETDEC_ENABLE_UNPACKER_TESTS)
cond_add_subdirectory(utils RETDEC_ENABLE_UTILS_TESTS)