Skip to content

Commit

Permalink
build: add watcher-c shared/static/headers to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Will committed Oct 24, 2024
1 parent 9b6d9c4 commit bb8f51c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,15 @@ wtr_add_lib_target(
"watcher-c-shared"
"watcher-c"
"watcher-c/src/watcher-c.cpp"
"watcher-c/include;${CMAKE_SRC_DIR}/include"
"watcher-c/include;${CMAKE_SOURCE_DIR}/include"
"SHARED"
)

wtr_add_lib_target(
"watcher-c-static"
"watcher-c"
"watcher-c/src/watcher-c.cpp"
"watcher-c/include;${CMAKE_SRC_DIR}/include"
"watcher-c/include;${CMAKE_SOURCE_DIR}/include"
"STATIC"
)

Expand Down

0 comments on commit bb8f51c

Please sign in to comment.