phrocker commented on a change in pull request #482: Minificpp 658 - Port Raw Site to Site to C URL: https://github.com/apache/nifi-minifi-cpp/pull/482#discussion_r260707719
########## File path: nanofi/CMakeLists.txt ########## @@ -25,14 +25,15 @@ ENDIF(POLICY CMP0048) include_directories(include) include_directories(../libminifi/include ../thirdparty/spdlog-20170710/include) +include_directories(../thirdparty/ut) if(WIN32) include_directories(../libminifi/opsys/win) else() include_directories(../libminifi/opsys/posix) endif() -file(GLOB NANOFI_SOURCES "src/api/*.cpp" "src/core/*.cpp" "src/cxx/*.cpp") +file(GLOB NANOFI_SOURCES "src/api/*.cpp" "src/core/*.c*" "src/cxx/*.cpp" "src/sitetosite/*.c*") Review comment: Glad to see this! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
