- Separated Platform and Compiler Dependent Behaviour into CMake scripts
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
This commit is contained in:
@@ -27,6 +27,12 @@ add_executable(fennec-test main.cpp
|
||||
printing.h
|
||||
tests/math/test_ext.h
|
||||
tests/math/ext/test_quaternion.h
|
||||
tests/platform/linux/test_wayland.h
|
||||
tests/platform/test_linux.h
|
||||
tests/test_platform.h
|
||||
tests/lang/test_hashing.h
|
||||
tests/containers/test_array.h
|
||||
tests/containers/test_set.h
|
||||
)
|
||||
|
||||
target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DIR}/bin/${FENNEC_BUILD_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user