diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-04-13 22:23:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 22:23:47 -0400 |
commit | 5e382b11dce3892a3b6d2ea42bc3be0db79c2ef5 (patch) | |
tree | cc7ce5c7f335a8eb38742aa5b7eeb978d93fdb78 /CMakeLists.txt | |
parent | 964dc3049eda8a0fc8c48299cafc5d46309a962b (diff) | |
parent | 8f143ec4fa7914cfaf104ea48ff96a5f0f11bf42 (diff) | |
download | abaddon-portaudio-5e382b11dce3892a3b6d2ea42bc3be0db79c2ef5.tar.gz abaddon-portaudio-5e382b11dce3892a3b6d2ea42bc3be0db79c2ef5.zip |
Merge pull request #286 from uowuo/emojis-sqlite
Change emoji resource file to use sqlite instead
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d1b56fc..236dbd2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,12 +38,6 @@ if (WIN32) add_compile_definitions(NOMINMAX) endif () -include(TestBigEndian) -test_big_endian(IS_BIG_ENDIAN) -if (IS_BIG_ENDIAN) - add_compile_definitions(ABADDON_IS_BIG_ENDIAN) -endif () - configure_file(${PROJECT_SOURCE_DIR}/src/config.h.in ${PROJECT_BINARY_DIR}/config.h) file(GLOB_RECURSE ABADDON_SOURCES |