mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
8 lines
136 B
CMake
8 lines
136 B
CMake
add_executable(port_name port_name.cpp)
|
|
|
|
include_directories (
|
|
"${CMAKE_SOURCE_DIR}/include"
|
|
)
|
|
|
|
target_link_libraries(port_name usbp)
|