Skip to content

Commit

Permalink
Remove not needed files.Update CMAKE for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Nov 15, 2024
1 parent bce7665 commit d6cf948
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 299 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ vs-project/.vs/bspguy/v17/DocumentLayout.json
*.json
*.command
vs-project/bspguy/Debug/bspguy.vcxproj.FileListAbsolute.txt
/vs-project/bspguy/Debug
/vs-project/bspguy/Release
12 changes: 11 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,21 @@ set(SOURCE_FILES
# utils
src/util/lodepng.h src/util/lodepng.cpp
src/util/quantizer.h src/util/quantizer.cpp
src/util/Polygon3D.h src/util/Polygon3D.cpp
src/util/Line2D.h src/util/Line2D.cpp
src/util/ini.h
src/util/lang_defs.h
src/util/lang.h src/util/lang.cpp
src/util/quantizer.h src/util/quantizer.cpp
src/util/log.h src/util/log.cpp

# nav
src/nav/LeafNavMesh.h src/nav/LeafNavMesh.cpp
src/nav/LeafNavMeshGenerator.h src/nav/LeafNavMeshGenerator.cpp
src/nav/LeafOctree.h src/nav/LeafOctree.cpp
src/nav/NavMesh.h src/nav/NavMesh.cpp
src/nav/NavMeshGenerator.h src/nav/NavMeshGenerator.cpp
src/nav/PolyOctree.h src/nav/PolyOctree.cpp

# 3D model viewer
src/mdl/mdl_studio.h src/mdl/mdl_studio.cpp

Expand All @@ -92,6 +101,7 @@ include_directories(src/editor)
include_directories(src/filedialog)
include_directories(src/gl)
include_directories(src/qtools)
include_directories(src/nav)
include_directories(src/util)
include_directories(src/mdl)
include_directories(imgui)
Expand Down
10 changes: 0 additions & 10 deletions vs-project/bspguy/Debug/microsoft/STL/std.compat.ixx.ifc.dt.d.json

This file was deleted.

This file was deleted.

Binary file not shown.
247 changes: 0 additions & 247 deletions vs-project/bspguy/Debug/microsoft/STL/std.ixx.ifc.dt.d.json

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.

0 comments on commit d6cf948

Please sign in to comment.