5 lines
75 B
CMake
5 lines
75 B
CMake
# Main NF CMakeLists.txt
|
|
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(nf)
|