- Refactor on platform implementation. See comment in interface/platform.h for more info
This commit is contained in:
@@ -27,8 +27,6 @@ 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
|
||||
@@ -41,5 +39,7 @@ target_compile_definitions(fennec-test PUBLIC FENNEC_TEST_CWD="${CMAKE_SOURCE_DI
|
||||
)
|
||||
|
||||
target_link_libraries(fennec-test PRIVATE
|
||||
-Wl,--whole-archive
|
||||
fennec
|
||||
-Wl,--no-whole-archive
|
||||
)
|
||||
Reference in New Issue
Block a user