mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-04 17:03:45 -04:00
cmake
This commit is contained in:
parent
9210f167f7
commit
f7ddb4a4c1
2 changed files with 16 additions and 14 deletions
|
@ -17,13 +17,14 @@ SET(PROJECT_SOURCES
|
|||
../common/treeitem.cpp
|
||||
../common/treemodel.cpp
|
||||
../common/utility.cpp
|
||||
../common/LZMA/LzmaDecompress.c
|
||||
../common/LZMA/SDK/C/LzmaDec.c
|
||||
../common/Tiano/EfiTianoDecompress.c
|
||||
../common/LZMA/LzmaCompress.c
|
||||
../common/LZMA/SDK/C/LzmaEnc.c
|
||||
../common/Tiano/EfiTianoCompress.c
|
||||
../common/Tiano/EfiTianoCompressLegacy.c
|
||||
../common/LZMA/LzmaCompress.c
|
||||
../common/LZMA/LzmaDecompress.c
|
||||
../common/LZMA/SDK/C/LzFind.c
|
||||
../common/LZMA/SDK/C/LzmaDec.c
|
||||
../common/LZMA/SDK/C/LzmaEnc.c
|
||||
../common/Tiano/EfiTianoDecompress.c
|
||||
../common/Tiano/EfiTianoCompress.c
|
||||
../common/Tiano/EfiTianoCompressLegacy.c
|
||||
../common/ustring.cpp
|
||||
../common/sha256.c
|
||||
../common/bstrlib/bstrlib.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue