mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03:00
8184870f93
This library can be used (for the most part) by kernel drivers as well as user mode. For this reason FixedPoint is used rather than floating point, but kept to a minimum.
8 lines
140 B
CMake
8 lines
140 B
CMake
set(TEST_SOURCES
|
|
TestEDID.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibEDID LIBS LibEDID)
|
|
endforeach()
|