Skip to content

Commit

Permalink
Actually get cmake to link against libparrot, currently with hard-cod…
Browse files Browse the repository at this point in the history
…ed paths
  • Loading branch information
leto committed Jul 18, 2011
1 parent cd06c72 commit f4a3461
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ SET( SOURCES
${GENERATED}
)

# requires parrot_config to be in your PATH

# cmake doesn't like backticks
# SET(PLUGIN_INTERNAL_DEPS ${PLUGIN_INTERNAL_DEPS} `parrot_config inst_libparrot_linkflags` )
SET(PLUGIN_INTERNAL_DEPS ${PLUGIN_INTERNAL_DEPS} -L/home/leto/git/parrot/installed_parrot/lib -lparrot )

# This will include Win/projectDef.cmake, X11/projectDef.cmake, Mac/projectDef
# depending on the platform
include_platform()

0 comments on commit f4a3461

Please sign in to comment.