Skip to content

Commit

Permalink
add install target for phpng mapscript extension
Browse files Browse the repository at this point in the history
  • Loading branch information
geomunion authored and AlexanderGabriel committed Oct 5, 2018
1 parent cd32df8 commit 0c1b000
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mapscript/phpng/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ SWIG_LINK_LIBRARIES(php_mapscriptng ${PHP7_LIBRARY})
endif(WIN32)
target_link_libraries(php_mapscriptng mapserver)

set_target_properties(${SWIG_MODULE_mapscript_REAL_NAME} PROPERTIES PREFIX "")
set_target_properties(${SWIG_MODULE_mapscript_REAL_NAME} PROPERTIES PREFIX "")
install(TARGETS php_mapscriptng DESTINATION ${PHP7_EXTENSION_DIR})

0 comments on commit 0c1b000

Please sign in to comment.