mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 16:49:04 +00:00
fd5106759a
add preset config import qt separate core and frontend
17 lines
279 B
CMake
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)
|