mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00

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.
7 lines
140 B
CMake
7 lines
140 B
CMake
set(TEST_SOURCES
|
|
TestEDID.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibEDID LIBS LibEDID)
|
|
endforeach()
|