Skip to content

Commit

Permalink
adding project name back into cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
danlangford committed Feb 26, 2021
1 parent d262504 commit 349932a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

project(bmai)

# to be able to reference header files
include_directories(./src)

Expand Down

0 comments on commit 349932a

Please sign in to comment.