Skip to content

Commit 99b6f85

Browse files
committed
Fixes json dependency
1 parent 5dfd795 commit 99b6f85

File tree

3 files changed

+2
-24767
lines changed

3 files changed

+2
-24767
lines changed

editor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
file(GLOB_RECURSE EditorSource ./**.cpp)
2-
file(GLOB_RECURSE EditorHeaders ./**.h ./**.hpp)
2+
file(GLOB_RECURSE EditorHeaders ./**.h)
33
file(GLOB_RECURSE EditorLuaScripts ./**.lua)
44
file(GLOB_RECURSE EditorJSONs ./**.json)
55

0 commit comments

Comments
 (0)