mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-03 07:29:34 +00:00
begin somewhere
This commit is contained in:
commit
d3b2d33455
15
CMakeLists.txt
Normal file
15
CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
project (pe-parse)
|
||||
|
||||
#lets use boost for smart pointers
|
||||
set(BOOST_USE_MULTITHREADED ON)
|
||||
if(WIN32)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
endif(WIN32)
|
||||
find_package(Boost COMPONENTS thread system filesystem program_options date_time regex REQUIRED)
|
||||
find_package(Threads REQUIRED)
|
||||
find_package(Protobuf REQUIRED)
|
||||
|
||||
add_subdirectory(parser-library)
|
||||
add_subdirectory(dump-prog)
|
Loading…
x
Reference in New Issue
Block a user