Skip to content

Commit

Permalink
add hpp files to (#2)
Browse files Browse the repository at this point in the history
fix missing include extension .hpp to fixed_math_include_files in cmake install
  • Loading branch information
toge authored Jul 21, 2024
1 parent b0b0ced commit d9c7d67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fixed_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ target_include_directories( fixed_math
)
target_sources( fixed_math PRIVATE src/fixed_math.cc )

file(GLOB fixed_math_include_files
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
file(GLOB fixed_math_include_files
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.hpp
)

file(GLOB fixed_math_include_files_detail
Expand Down

0 comments on commit d9c7d67

Please sign in to comment.