Skip to content

Commit

Permalink
refactor: Move json headers to the thirdparty folder
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <[email protected]>
  • Loading branch information
alkurbatov committed Oct 13, 2023
1 parent f9ef923 commit 35c7498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ endif ()

list(APPEND CMAKE_MODULE_PATH thirdparty/cmake)

# cpp-sc2 dependency
# Dependencies
include(cpp_sc2)
include_directories(thirdparty)

add_subdirectory(src)
File renamed without changes.

0 comments on commit 35c7498

Please sign in to comment.