aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-24 21:35:48 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-02-24 21:45:25 +0100
commitf0cb4e0f38390d830532d72382a239ef7db1677e (patch)
tree23e4b1d717746522effb70684a2c0928e288ca79
parent64d851a6f93267defcdc11cfaee4102786c660bb (diff)
Rename library CMakeLists.txt
-rw-r--r--CMakeLists.txt4
-rw-r--r--libfixmath/CMakeLists.txt (renamed from libfixmath/libfixmath.cmake)0
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6dae22c..4e6f7f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,8 +10,8 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra -Werror=return-type")
-include(libfixmath/libfixmath.cmake)
-include(tests/tests.cmake)
+add_subdirectory(libfixmath)
+#include(tests/tests.cmake)
file(GLOB fixsingen-srcs fixsingen/*.c)
file(GLOB fixtest-srcs fixtest/*.c fixtest/*.h)
diff --git a/libfixmath/libfixmath.cmake b/libfixmath/CMakeLists.txt
index e4e7018..e4e7018 100644
--- a/libfixmath/libfixmath.cmake
+++ b/libfixmath/CMakeLists.txt