mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
add install pragma for CMake
This commit is contained in:
@@ -86,3 +86,5 @@ target_link_libraries(pgf gu)
|
|||||||
if(UNIX)
|
if(UNIX)
|
||||||
target_link_libraries(pgf m)
|
target_link_libraries(pgf m)
|
||||||
endif(UNIX)
|
endif(UNIX)
|
||||||
|
|
||||||
|
install(TARGETS gu pgf DESTINATION lib)
|
||||||
|
|||||||
Reference in New Issue
Block a user