[modify taosc name for oem power]
This commit is contained in:
parent
5ab467451d
commit
030d1fa459
|
@ -24,7 +24,12 @@ ELSEIF (TD_WINDOWS)
|
||||||
LIST(APPEND SRC ./src/shellWindows.c)
|
LIST(APPEND SRC ./src/shellWindows.c)
|
||||||
ADD_EXECUTABLE(shell ${SRC})
|
ADD_EXECUTABLE(shell ${SRC})
|
||||||
TARGET_LINK_LIBRARIES(shell taos_static)
|
TARGET_LINK_LIBRARIES(shell taos_static)
|
||||||
SET_TARGET_PROPERTIES(shell PROPERTIES OUTPUT_NAME taos)
|
|
||||||
|
IF (TD_POWER)
|
||||||
|
SET_TARGET_PROPERTIES(shell PROPERTIES OUTPUT_NAME power)
|
||||||
|
ELSE ()
|
||||||
|
SET_TARGET_PROPERTIES(shell PROPERTIES OUTPUT_NAME taos)
|
||||||
|
ENDIF ()
|
||||||
ELSEIF (TD_DARWIN)
|
ELSEIF (TD_DARWIN)
|
||||||
LIST(APPEND SRC ./src/shellEngine.c)
|
LIST(APPEND SRC ./src/shellEngine.c)
|
||||||
LIST(APPEND SRC ./src/shellMain.c)
|
LIST(APPEND SRC ./src/shellMain.c)
|
||||||
|
|
Loading…
Reference in New Issue