File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ include ( "${@PACKAGE_NAME@_CONFIG_INSTALL_DIR}/@PACKAGE_NAME@-targets.cmake" )
1414
1515# Make the module files available via include
1616set_and_check ( @PROJECT_NAME @_INCLUDE_DIRS "@PACKAGE_INSTALL_MOD_DIR@" )
17+
18+ add_library (@PROJECT_NAME @::jsonfortran ALIAS @PACKAGE_NAME@::jsonfortran)
19+ add_library (@PROJECT_NAME @::jsonfortran-static ALIAS @PACKAGE_NAME@::jsonfortran-static )
Original file line number Diff line number Diff line change 11install ( EXPORT ${PACKAGE_NAME} -targets
2- NAMESPACE ${PROJECT_NAME } ::
2+ NAMESPACE ${PACKAGE_NAME } ::
33 DESTINATION "${EXPORT_INSTALL_DIR} " )
44
55include ( CMakePackageConfigHelpers ) # Standard CMake module
@@ -54,4 +54,4 @@ install(FILES
5454if (MSVC_IDE )
5555 INCLUDE_DIRECTORIES ("src" )
5656 SET (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fpp" )
57- endif ()
57+ endif ()
You can’t perform that action at this time.
0 commit comments