Browse Source

cmake: more documentation

pull/269/head
Jean Pierre Cimalando 4 years ago
parent
commit
90c22db67a
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      cmake/DPF-plugin.cmake

+ 7
- 0
cmake/DPF-plugin.cmake View File

@@ -28,7 +28,14 @@
# src/MyPlugin.cpp # src/MyPlugin.cpp
# FILES_UI # FILES_UI
# src/MyUI.cpp) # src/MyUI.cpp)
#
# target_include_directories(MyPlugin
# PUBLIC src)
# ``` # ```
#
# Important: note that properties, such as include directories, definitions,
# and linked libraries *must* be marked with `PUBLIC` so they take effect and
# propagate into all the plugin targets.


include(CMakeParseArguments) include(CMakeParseArguments)




Loading…
Cancel
Save