fixed compile defs for moench zmq

This commit is contained in:
Erik Frojdh 2021-04-22 08:29:15 +02:00
parent fa6a685508
commit 28c7d533e9

View File

@ -3,11 +3,11 @@ find_package(TIFF REQUIRED)
#Moench ZMQ #Moench ZMQ
add_executable(moenchZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp) add_executable(moenchZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp)
add_compile_definitions(moenchZmqProcess NEWZMQ INTERP) target_compile_definitions(moenchZmqProcess PRIVATE NEWZMQ INTERP)
#Moench04 ZMQ #Moench04 ZMQ
add_executable(moench04ZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp) add_executable(moench04ZmqProcess moenchZmqProcess.cpp ../tiffIO.cpp)
add_compile_definitions(moenchZmqProcess NEWZMQ INTERP MOENCH04) target_compile_definitions(moench04ZmqProcess PRIVATE NEWZMQ INTERP MOENCH04)
#Both executables should have the same includes and output dirs #Both executables should have the same includes and output dirs