7 lines
94 B
CMake
7 lines
94 B
CMake
include_directories(./.)
|
|
|
|
add_library(NBCore
|
|
./src/Errors.cpp
|
|
)
|
|
|
|
add_subdirectory(./tests) |