Lagom: Clean up glob after puff.c -> puff.cpp rename

This commit is contained in:
Nico Weber 2020-07-29 09:03:30 -04:00 committed by Andreas Kling
parent 9dcd776da9
commit c7652a2166
Notes: sideshowbarker 2024-07-19 04:28:28 +09:00

View file

@ -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")