Files
threeSD/src/core/CMakeLists.txt
T
zhupengfei fd5106759a build system updates and other fixes
add preset config
import qt
separate core and frontend
2019-08-28 11:43:44 +08:00

17 lines
279 B
CMake

add_library(core STATIC
data_container.cpp
data_container.h
decryptor.cpp
decryptor.h
importer.cpp
importer.h
inner_fat.cpp
inner_fat.h
key/arithmetic128.cpp
key/arithmetic128.h
key/key.cpp
key/key.h
)
target_link_libraries(core PRIVATE common cryptopp)