This commit is contained in:
Artyom Shalkhakov 2024-02-14 10:10:44 +02:00 committed by GitHub
commit 3e4022cee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
set(PakextractFiles
"pakextract.c"
)
add_executable("pakextract" ${PakextractFiles})
set_target_properties("pakextract" PROPERTIES PROJECT_LABEL "Pakextract Tool")