cmake_minimum_required(VERSION 3.13.2) project(ROP-Parser VERSION 0.1 LANGUAGES C CXX) # Primary tool for this project add_executable(ROP-Parser src/xmlParser.cpp src/ROP-Parser.cpp ) target_link_libraries(ROP-Parser z) target_compile_options (ROP-Parser PRIVATE -DInfluxDB)