File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ cmake_minimum_required(VERSION 3.16)
2
2
3
3
enable_language (CXX)
4
4
5
- set (GCC_MODULE_COMN_DEFS -D__SYMBIAN32__ -D__GCC32__ -D__EPOC32__ -D__MARM__ -D__MARM_ARMI__)
6
- set (GCC_MODULE_MODE_DEFS -DNDEBUG -D_UNICODE)
7
- set (GCC_MODULE_DEFS ${GCC_MODULE_COMN_DEFS} ${GCC_MODULE_MODE_DEFS} )
8
-
9
5
file (GLOB SDL3_sources
10
6
"${SDL3_SOURCE_DIR} /src/*.c"
11
7
"${SDL3_SOURCE_DIR} /src/atomic/*.c"
@@ -69,8 +65,7 @@ target_include_directories(
69
65
target_compile_definitions (
70
66
${PROJECT_NAME}
71
67
PUBLIC
72
- SDL_STATIC_LIB
73
- ${GCC_MODULE_DEFS} )
68
+ SDL_STATIC_LIB)
74
69
75
70
set (test_static_libs
76
71
${CMAKE_CURRENT_BINARY_DIR} /libSDL3.a)
@@ -114,18 +109,10 @@ target_compile_definitions(
114
109
ngage_test
115
110
PUBLIC
116
111
__EXE__
117
- FUNCTION_NAME=__FUNCTION__
118
- ${GCC_DEFS}
119
112
UID1=${UID1}
120
113
UID2=${UID2}
121
114
UID3=${UID3} )
122
115
123
- target_compile_options (
124
- ngage_test
125
- PUBLIC
126
- -O3
127
- )
128
-
129
116
target_include_directories (
130
117
ngage_test
131
118
PUBLIC
You can’t perform that action at this time.
0 commit comments