Skip to content
  • David Thompson's avatar
    Fix SMTK macros to handle static build. · fba80fb8
    David Thompson authored
    When building with `BUILD_SHARED_LIBS=OFF`, CMake complains
    that SMTKCore cannot be installed properly because cJSON is
    not included in SMTK-targets. Adding `APPEND` to the `EXPORT`
    command allows CMake to track targets built in multiple
    directories, such as cJSON.
    fba80fb8