Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade_build_system_to_cmake #2314

Closed
wants to merge 8 commits into from
Closed

upgrade_build_system_to_cmake #2314

wants to merge 8 commits into from

Conversation

k0T0z
Copy link
Contributor

@k0T0z k0T0z commented Jul 23, 2022

cmake build system

ENIGMAsystem/SHELL/Audio_Systems/CMakeLists.txt Outdated Show resolved Hide resolved
ENIGMAsystem/SHELL/Audio_Systems/CMakeLists.txt Outdated Show resolved Hide resolved
ENIGMAsystem/SHELL/CMakeLists.txt Outdated Show resolved Hide resolved
@k0T0z k0T0z requested a review from fundies December 4, 2022 11:13
@@ -2,7 +2,8 @@ include ../../Config.mk

PROTO_SOURCES := $(wildcard *.proto) $(wildcard Configuration/*.proto)
SOURCES_GRPC := server.proto
LDFLAGS += -lgrpc++
LDFLAGS += -DNOMINMAX -maes -msse4.1 -DNOMINMAX -maes -msse4.1 -DNOMINMAX -IC:/msys64/mingw64/include -LC:/msys64/mingw64/lib -lgrpc++ -lgrpc -laddress_sorting -lre2 -lupb -lcares -lz -lgpr -lssl -lcrypto -labsl_raw_hash_set -labsl_hashtablez_sampler -labsl_hash -labsl_city -labsl_low_level_hash -labsl_random_distributions -labsl_random_seed_sequences -labsl_random_internal_pool_urbg -labsl_random_internal_randen -labsl_random_internal_randen_hwaes -labsl_random_internal_randen_hwaes_impl -labsl_random_internal_randen_slow -labsl_random_internal_platform -lbcrypt -labsl_random_internal_seed_material -labsl_random_seed_gen_exception -labsl_statusor -labsl_status -labsl_cord -labsl_cordz_info -labsl_cord_internal -labsl_cordz_functions -labsl_exponential_biased -labsl_cordz_handle -labsl_bad_optional_access -labsl_str_format_internal -labsl_synchronization -labsl_graphcycles_internal -labsl_stacktrace -ldbghelp -labsl_symbolize -labsl_debugging_internal -labsl_demangle_internal -labsl_malloc_internal -labsl_time -labsl_civil_time -labsl_strings -labsl_strings_internal -ladvapi32 -labsl_base -labsl_spinlock_wait -labsl_int128 -labsl_throw_delegate -labsl_time_zone -labsl_bad_variant_access -labsl_raw_logging_internal -labsl_log_severity
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is unrelated and should be removed

@@ -0,0 +1,16 @@
set(SDLLIB "sDLLIB")
set(SDLLIB_DESCRIPTION "SDL Audio System")
# set(CMAKE_DEBUG_POSTFIX d)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments if you dont need these lines

@@ -0,0 +1,4 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove these files and add them to .gitignore if you need to

@@ -0,0 +1,16 @@
set(NLIB "noneLIB")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a fan of this nameing AUDIO_SYS_NONE instead maybe at very least there should be a an underscore before lib

@k0T0z k0T0z changed the title cmake_build_system upgrade_build_system_to_cmake Dec 21, 2022
@k0T0z k0T0z closed this Dec 21, 2022
@k0T0z k0T0z deleted the upgrade_build_system branch December 21, 2022 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants