mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
5 lines
217 B
CMake
5 lines
217 B
CMake
add_executable(events_test ../src/devboard/utils/events_test.cpp test_lib.cpp)
|
|
|
|
target_compile_definitions(events_test PRIVATE UNIT_TEST)
|
|
|
|
target_link_libraries(events_test) # Link to the library from devboard/utils
|