Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rudcode committed Jun 9, 2022
1 parent 87cb015 commit 997003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mazda/Dbus/com.jci.bca/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cmake_minimum_required(VERSION 3.5.1)
project(com.jci.bca LANGUAGES CXX)
file(GLOB_RECURSE source_files *.cpp)
add_library(com.jci.bca STATIC ${source_files})
target_include_directories(com.jci.bca PUBLIC ../../../../temp/include/Mazda/Dbus/com.jci.bca/)
target_include_directories(com.jci.bca PUBLIC ../../../../include/Mazda/Dbus/com.jci.bca/)

0 comments on commit 997003d

Please sign in to comment.