mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
Lagom: Clean up glob after puff.c -> puff.cpp rename
This commit is contained in:
parent
9dcd776da9
commit
c7652a2166
Notes:
sideshowbarker
2024-07-19 04:28:28 +09:00
Author: https://github.com/nico
Commit: c7652a2166
Pull-request: https://github.com/SerenityOS/serenity/pull/2919
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
|
|||
endif()
|
||||
|
||||
file(GLOB AK_SOURCES "../../AK/*.cpp")
|
||||
file(GLOB LIBCORE_SOURCES "../../Libraries/LibCore/*.c*")
|
||||
file(GLOB LIBCORE_SOURCES "../../Libraries/LibCore/*.cpp")
|
||||
file(GLOB LIBGEMINI_SOURCES "../../Libraries/LibGemini/*.cpp")
|
||||
file(GLOB LIBGFX_SOURCES "../../Libraries/LibGfx/*.cpp")
|
||||
file(GLOB LIBIPC_SOURCES "../../Libraries/LibIPC/*.cpp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue