Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
error fix to find src-gen
  • Loading branch information
junho2000 authored Nov 20, 2023
1 parent 7dd4e97 commit 27c09d7
Showing 1 changed file 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 @@ -6,7 +6,8 @@ find_package(Python3 COMPONENTS Development)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pthread -std=c++0x")
include_directories(
src-gen
piracer-interface/src-gen
can-interface/src-gen
${CMAKE_INCLUDE_PATH}/CommonAPI-3.2
${CMAKE_INCLUDE_PATH}
)
Expand Down

0 comments on commit 27c09d7

Please sign in to comment.