Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas committed Nov 1, 2023
1 parent 781b2e8 commit 8fb170c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
cmake_minimum_required(VERSION 2.8)

project(FDTD)

include_directories(include gtest)

# BUILD
add_subdirectory(include)
add_subdirectory(samples)
add_subdirectory(test)
add_subdirectory(gtest)
add_subdirectory(gtest)

0 comments on commit 8fb170c

Please sign in to comment.