cleanup
This commit is contained in:
@@ -2,12 +2,12 @@ cmake_minimum_required(VERSION 3.10)
|
|||||||
project(PuzGameProj)
|
project(PuzGameProj)
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
|
||||||
else()
|
else()
|
||||||
add_compile_options(-g -gcodeview)
|
add_compile_options(-g -gcodeview)
|
||||||
add_link_options(-fuse-ld=lld -g -Wl,--pdb=)
|
add_link_options(-fuse-ld=lld -g -Wl,--pdb=)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||||
add_compile_definitions("$<$<CONFIG:DEBUG>:DEBUG>")
|
add_compile_definitions("$<$<CONFIG:DEBUG>:DEBUG>")
|
||||||
|
|
||||||
# set the output directory for built objects.
|
# set the output directory for built objects.
|
||||||
|
|||||||
@@ -8,14 +8,10 @@
|
|||||||
|
|
||||||
#include "SDL3/SDL_events.h"
|
#include "SDL3/SDL_events.h"
|
||||||
#include "backends/imgui_impl_sdl3.h"
|
#include "backends/imgui_impl_sdl3.h"
|
||||||
#include "bgfx/c99/bgfx.h"
|
|
||||||
#include "bgfx/defines.h"
|
#include "bgfx/defines.h"
|
||||||
#include "bgfx/platform.h"
|
|
||||||
#include "bx/bx.h"
|
#include "bx/bx.h"
|
||||||
#include "bx/constants.h"
|
|
||||||
#include "bx/debug.h"
|
#include "bx/debug.h"
|
||||||
#include "bx/filepath.h"
|
#include "bx/filepath.h"
|
||||||
#include "bx/math.h"
|
|
||||||
#include "bx/string.h"
|
#include "bx/string.h"
|
||||||
#include "bx/timer.h"
|
#include "bx/timer.h"
|
||||||
#include <bgfx/bgfx.h>
|
#include <bgfx/bgfx.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user