mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
test/fuzz: use btstack-fuzz as project name
This commit is contained in:
parent
fc532b335d
commit
de36a6eb96
@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5)
|
||||
set(CMAKE_C_COMPILER clang)
|
||||
set(CMAKE_CXX_COMPILER clang)
|
||||
|
||||
project(BTstack)
|
||||
project(BTstack-Fuzzer)
|
||||
|
||||
SET(BTSTACK_ROOT ${CMAKE_SOURCE_DIR}/../..)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user