- custom target name option added
This commit is contained in:
parent
dad59f4b3e
commit
2a40a41687
@ -2,8 +2,9 @@ cmake_minimum_required(VERSION 3.15)
|
|||||||
|
|
||||||
set(FLATUSB_TARGET flatUSB)
|
set(FLATUSB_TARGET flatUSB)
|
||||||
|
|
||||||
if (NOT FLATUSB_TARGET_TAG STREQUAL "")
|
if (FLATUSB_TARGET_TAG)
|
||||||
set(${FLATUSB_TARGET} "${FLATUSB_TARGET}_${FLATUSB_TARGET_TAG}")
|
set(FLATUSB_TARGET "${FLATUSB_TARGET}_${FLATUSB_TARGET_TAG}")
|
||||||
|
message("Custom flatUSB target: ${FLATUSB_TARGET}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(FLATUSB_CLASSES_SRC "")
|
set(FLATUSB_CLASSES_SRC "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user