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