Fixed typo in root CMakeLists.txt

This commit is contained in:
Ryzerth
2020-10-24 15:33:00 +02:00
parent 62368e35a7
commit 3fdd2477e5
3 changed files with 47 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(sdrpp_core)
project(sdrpp)
# Cross platform modules
add_subdirectory("core")