5 lines
82 B
CMake
5 lines
82 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
|
|
add_subdirectory(app)
|
|
add_subdirectory(drv)
|