Skip to content

Commit 3e7ca1f

Browse files
committed
Fix global.h path in engine
1 parent 5141825 commit 3e7ca1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/engine/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ target_sources(scratchcpp
1313
internal/engine.h
1414
internal/blocksectioncontainer.cpp
1515
internal/blocksectioncontainer.h
16-
PUBLIC
17-
global.h
16+
internal/global.h
1817
)

0 commit comments

Comments
 (0)