We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b0ced commit d9c7d67Copy full SHA for d9c7d67
fixed_lib/CMakeLists.txt
@@ -9,8 +9,9 @@ target_include_directories( fixed_math
9
)
10
target_sources( fixed_math PRIVATE src/fixed_math.cc )
11
12
-file(GLOB fixed_math_include_files
13
- ${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
+file(GLOB fixed_math_include_files
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.h
14
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/fixedmath/*.hpp
15
16
17
file(GLOB fixed_math_include_files_detail
0 commit comments