Skip to content

Commit

Permalink
[#51124] CMakeLists.txt: Fixed including directories for template hea…
Browse files Browse the repository at this point in the history
…ders

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 7, 2023
1 parent 3109321 commit e606bdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ set(INCLUDE_DIRECTORIES
$<INSTALL_INTERFACE:include>
)

include_directories(${INCLUDE_DIRECTORIES})

add_library(${PROJECT_NAME} SHARED
src/mmapbuffer.cpp
src/frameconverter.cpp
Expand Down

0 comments on commit e606bdb

Please sign in to comment.