Skip to content

Commit

Permalink
Fix cmake package (missing headers)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosetti committed Jun 14, 2021
1 parent 3250a49 commit 16f9df1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ configure_file(
${SOURCE_DIR}/defines.h
)
file(GLOB LIB_SOURCES "${SOURCE_DIR}/*.c")
file(GLOB HEADERS "${SOURCE_DIR}/*.h")
file(GLOB HEADERS "${SOURCE_DIR}/*.hh")
file(GLOB HEADERS "${SOURCE_DIR}/*.h" "${SOURCE_DIR}/*.hh")
if(WIN32) # On windows, getopt is missing, provide local implementation
file(GLOB WIN_LIB_SOURCES "${CMAKE_CURRENT_LIST_DIR}/win/src/*.c")
file(GLOB WIN_HEADERS "${CMAKE_CURRENT_LIST_DIR}/win/include/*.h")
Expand Down

0 comments on commit 16f9df1

Please sign in to comment.