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: https://github.com/SerenityOS/serenity/commit/c7652a21665 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
Reference in a new issue