mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-04 07:59:33 +00:00
.
This commit is contained in:
parent
d3b2d33455
commit
c96cbbce7c
7
dump-prog/CMakeLists.txt
Normal file
7
dump-prog/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
include_directories(${pe-parse_SOURCE_DIR/parser-library})
|
||||
|
||||
add_executable( dump-prog
|
||||
dump.cpp )
|
||||
|
||||
target_link_libraries( dump-prog
|
||||
parser-library )
|
2
parser-library/CMakeLists.txt
Normal file
2
parser-library/CMakeLists.txt
Normal file
@ -0,0 +1,2 @@
|
||||
add_library(parser-library
|
||||
parse.c)
|
0
parser-library/parse.c
Normal file
0
parser-library/parse.c
Normal file
0
parser-library/parse.h
Normal file
0
parser-library/parse.h
Normal file
Loading…
x
Reference in New Issue
Block a user