mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 15:54:04 +00:00
temp removal
This commit is contained in:
parent
19d0af460e
commit
cb144f3deb
|
|
@ -41,14 +41,6 @@ if get_option('enable_vsync')
|
|||
global_cpp_defs += ['-DENABLE_VSYNC']
|
||||
endif
|
||||
|
||||
if get_option('enable_shiggy')
|
||||
global_cpp_defs += ['-D_ENABLEIGGY']
|
||||
endif
|
||||
|
||||
if get_option('enable_java_guis')
|
||||
global_cpp_defs += ['-DENABLE_JAVA_GUIS']
|
||||
endif
|
||||
|
||||
add_project_arguments(global_cpp_defs, language: ['cpp', 'c'])
|
||||
|
||||
global_cpp_args = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue