Can't find file "vector_blf_export.h"

Issue #2 closed
Former user created an issue

all headers are include this file "vector_blf_export.h" which cannot be found anywhere didn't find any reference or documentation about this header either

Comments (2)

  1. Tobias Lorenz repo owner

    The vector_blf_export.h should actually be generated by CMake. But you are right, the second of the two required lines in the src/Vector/BLF/CMakeLists.txt got lost: include(GenerateExportHeader) generate_export_header(${PROJECT_NAME})

    I'll prepare a version 1.1.1 that updated to the latest project template and fixes the bug.

  2. Log in to comment