normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
parent e2e1f98cee
commit 5f3d9ba39a
84 changed files with 712 additions and 795 deletions
+1
View File
@@ -96,6 +96,7 @@ add_executable(world ${world_sources} ${world_headers})
target_compile_definitions(world PRIVATE WORLD)
target_link_libraries(world common)
target_include_directories(world PRIVATE ..)
if(WIN32 AND EQEMU_BUILD_PCH)
target_precompile_headers(world PRIVATE ../common/pch/std-pch.h)