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