File tree 2 files changed +5
-2
lines changed
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}/@
[email protected] " )
14
14
15
15
# Make the module files available via include
16
16
set_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 1
1
install ( EXPORT ${PACKAGE_NAME} -targets
2
- NAMESPACE ${PROJECT_NAME } ::
2
+ NAMESPACE ${PACKAGE_NAME } ::
3
3
DESTINATION "${EXPORT_INSTALL_DIR} " )
4
4
5
5
include ( CMakePackageConfigHelpers ) # Standard CMake module
@@ -54,4 +54,4 @@ install(FILES
54
54
if (MSVC_IDE )
55
55
INCLUDE_DIRECTORIES ("src" )
56
56
SET (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fpp" )
57
- endif ()
57
+ endif ()
You can’t perform that action at this time.
0 commit comments