5 lines
99 B
CMake
5 lines
99 B
CMake
|
aux_source_directory(. LIB_SRCS)
|
||
|
|
||
|
include_directories(../include)
|
||
|
|
||
|
add_library(bus_lib ${LIB_SRCS})
|