mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Lagom: Clean up glob after puff.c -> puff.cpp rename
This commit is contained in:
parent
9dcd776da9
commit
c7652a2166
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