We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259fdf4 commit 1809cefCopy full SHA for 1809cef
include/zeus/CMakeLists.txt
@@ -7,7 +7,6 @@ set(ZEUS_HEADER_LIST
7
${ZEUS_VERSION_HEADER}
8
${ZEUS_SOURCE_ROOT}/zeus/assert.hpp
9
${ZEUS_SOURCE_ROOT}/zeus/float.hpp
10
- ${ZEUS_SOURCE_ROOT}/zeus/functional.hpp
11
${ZEUS_SOURCE_ROOT}/zeus/platform.hpp
12
${ZEUS_SOURCE_ROOT}/zeus/timer.hpp
13
${ZEUS_SOURCE_ROOT}/zeus/filesystem.hpp
include/zeus/functional.hpp
test/CMakeLists.txt
@@ -1,7 +1,6 @@
1
set(ZEUS_TEST_FILES
2
${ZEUS_TEST_ROOT}/assert_test.cpp
3
${ZEUS_TEST_ROOT}/float_test.cpp
4
- ${ZEUS_TEST_ROOT}/functional_test.cpp
5
${ZEUS_TEST_ROOT}/platform_test.cpp
6
${ZEUS_TEST_ROOT}/timer_test.cpp
${ZEUS_TEST_ROOT}/filesystem_test.cpp
test/functional_test.cpp
0 commit comments