mirror of
https://github.com/yquake2/pakextract.git
synced 2025-02-16 16:41:44 +00:00
Add CMake build
This commit is contained in:
parent
55d4ca2007
commit
07121202d2
1 changed files with 9 additions and 0 deletions
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
set(PakextractFiles
|
||||
"pakextract.c"
|
||||
)
|
||||
|
||||
add_executable("pakextract" ${PakextractFiles})
|
||||
|
||||
set_target_properties("pakextract" PROPERTIES PROJECT_LABEL "Pakextract Tool")
|
||||
|
||||
|
Loading…
Reference in a new issue