Insure that a newline is sent
This commit is contained in:
@ -9,6 +9,7 @@ add_executable(${PROJECT_NAME} ${SRC_FILES})
|
||||
|
||||
target_link_libraries( ${PROJECT_NAME} ${LIBS})
|
||||
set_target_properties( ${PROJECT_NAME} PROPERTIES COMPILE_FLAGS -m64 LINK_FLAGS -m64)
|
||||
add_definitions(" -std=c++11 -Wall ")
|
||||
add_definitions("-std=c++11 -Wall")
|
||||
|
||||
set(CMAKE_INSTALL_PREFIX /usr)
|
||||
install(TARGETS serialterminal RUNTIME DESTINATION bin)
|
||||
|
Reference in New Issue
Block a user