Implement initial profile reading and writing with little-endian offsets and CLI tool
This commit is contained in:
@@ -4,6 +4,11 @@ project(azeron-linux VERSION 1.0.0 LANGUAGES C)
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
option(AZERON_DEBUG "Enable debug logging" OFF)
|
||||
if(AZERON_DEBUG)
|
||||
add_definitions(-DAZERON_DEBUG)
|
||||
endif()
|
||||
|
||||
# Find required packages
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(LIBUSB REQUIRED libusb-1.0>=1.0.16)
|
||||
|
||||
Reference in New Issue
Block a user