Skip to content

Commit d9c7d67

Browse files
authored
add hpp files to (#2)
fix missing include extension .hpp to fixed_math_include_files in cmake install
1 parent b0b0ced commit d9c7d67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fixed_lib/CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ target_include_directories( fixed_math
99
)
1010
target_sources( fixed_math PRIVATE src/fixed_math.cc )
1111

12-
file(GLOB fixed_math_include_files
13-
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
12+
file(GLOB fixed_math_include_files
13+
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
14+
${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.hpp
1415
)
1516

1617
file(GLOB fixed_math_include_files_detail

0 commit comments

Comments
 (0)