Skip to content

Commit

Permalink
Fix include error macos
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Oct 3, 2024
1 parent 3c03de4 commit 8b10f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "-g")
set(CMAKE_CXX_FLAGS_RELEASE "-O3")

set(MCPP_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)
set(MCPP_INC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include/mcpp)
set(MCPP_INC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)

# Testing
add_subdirectory(test)
Expand Down

0 comments on commit 8b10f6a

Please sign in to comment.