Skip to content

Commit

Permalink
🐞 fix: add *.hpp to lua.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaobiaozhao committed Jul 10, 2022
1 parent d4a6ff9 commit ccfbd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/lua.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(NOT lua_POPULATED)
BYPRODUCTS ${lua_SOURCE_DIR}/src/liblua.a
)

file(GLOB LUA_PUBLIC_HEADERS "${lua_SOURCE_DIR}/src/*.h")
file(GLOB LUA_PUBLIC_HEADERS "${lua_SOURCE_DIR}/src/*.h" "${lua_SOURCE_DIR}/src/*.hpp")
file(COPY ${LUA_PUBLIC_HEADERS} DESTINATION ${lua_BINARY_DIR}/include)
endif()

Expand Down

0 comments on commit ccfbd4f

Please sign in to comment.