Skip to content

Commit

Permalink
Fix in cmake (plugin/CMakeLists.txt was not loaded)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbosetti committed Jul 15, 2024
1 parent 2b6c01a commit 815b50e
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 @@ -129,7 +129,7 @@ add_plugin(clock)

# DO NOT ADD PLUGINS HERE; USE add_plugin() MACRO IN THE
# src/plugin/CMakeLists.txt FILE INSTEAD
include_directories(${SRC_DIR}/plugin)
add_subdirectory(${SRC_DIR}/plugin)


# INSTALL ######################################################################
Expand Down

0 comments on commit 815b50e

Please sign in to comment.