aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parent64d851a6f93267defcdc11cfaee4102786c660bb (diff)
downloadlibfixmath-f0cb4e0f38390d830532d72382a239ef7db1677e.tar.gz
Rename library CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 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)