We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd795 commit 99b6f85Copy full SHA for 99b6f85
editor/CMakeLists.txt
@@ -1,5 +1,5 @@
1
file(GLOB_RECURSE EditorSource ./**.cpp)
2
-file(GLOB_RECURSE EditorHeaders ./**.h ./**.hpp)
+file(GLOB_RECURSE EditorHeaders ./**.h)
3
file(GLOB_RECURSE EditorLuaScripts ./**.lua)
4
file(GLOB_RECURSE EditorJSONs ./**.json)
5
0 commit comments