summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2024-04-13 22:23:47 -0400
committerGitHub <noreply@github.com>2024-04-13 22:23:47 -0400
commit5e382b11dce3892a3b6d2ea42bc3be0db79c2ef5 (patch)
treecc7ce5c7f335a8eb38742aa5b7eeb978d93fdb78 /CMakeLists.txt
parent964dc3049eda8a0fc8c48299cafc5d46309a962b (diff)
parent8f143ec4fa7914cfaf104ea48ff96a5f0f11bf42 (diff)
downloadabaddon-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.txt6
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