Turn on profiling, commit dependencies
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(akgltest LANGUAGES C)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pg")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -pg")
|
||||
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -pg")
|
||||
|
||||
add_subdirectory(deps/jansson EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(deps/libakerror EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(deps/libakstdlib EXCLUDE_FROM_ALL)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
{
|
||||
"name":"state",
|
||||
"type":"int",
|
||||
"value": 24
|
||||
"value":24
|
||||
}],
|
||||
"rotation":0,
|
||||
"type":"actor",
|
||||
@@ -95,7 +95,7 @@
|
||||
{
|
||||
"columns":48,
|
||||
"firstgid":1,
|
||||
"image":"../assets/World_A1.png",
|
||||
"image":"World_A1.png",
|
||||
"imageheight":576,
|
||||
"imagewidth":768,
|
||||
"margin":0,
|
||||
@@ -108,7 +108,7 @@
|
||||
{
|
||||
"columns":48,
|
||||
"firstgid":1729,
|
||||
"image":"../assets/World_B.png",
|
||||
"image":"World_B.png",
|
||||
"imageheight":768,
|
||||
"imagewidth":768,
|
||||
"margin":0,
|
||||
|
||||
2
deps/libakerror
vendored
2
deps/libakerror
vendored
Submodule deps/libakerror updated: be2dba8416...7700af06a1
2
deps/libakgl
vendored
2
deps/libakgl
vendored
Submodule deps/libakgl updated: e3edd5b855...e03cec1c38
2
deps/libakstdlib
vendored
2
deps/libakstdlib
vendored
Submodule deps/libakstdlib updated: dda645e188...a8108178ee
Reference in New Issue
Block a user