xref: /aosp_15_r20/external/OpenCL-CTS/test_conformance/events/CMakeLists.txt (revision 6467f958c7de8070b317fc65bcb0f6472e388d82)
1set(MODULE_NAME EVENTS)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_events.cpp
6    test_event_dependencies.cpp
7    test_waitlists.cpp
8    test_userevents.cpp
9    test_userevents_multithreaded.cpp
10    action_classes.cpp
11    test_callbacks.cpp
12)
13
14include(../CMakeCommon.txt)
15