1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Remove C sources from glob patterns for openrct2-ui

This commit is contained in:
Michał Janiszewski
2017-10-10 10:58:16 +02:00
committed by Michael Steenbeek
parent 50fa761fa0
commit bc1d3c0cb2

View File

@@ -25,7 +25,6 @@ endif ()
# Sources
file(GLOB_RECURSE OPENRCT2_UI_SOURCES
"${CMAKE_CURRENT_LIST_DIR}/*.c"
"${CMAKE_CURRENT_LIST_DIR}/*.cpp"
"${CMAKE_CURRENT_LIST_DIR}/*.h"
"${CMAKE_CURRENT_LIST_DIR}/*.hpp")