Commit e652cecf authored by Paul Asmuth's avatar Paul Asmuth
Browse files

add 'make install' target

parent 5ccca3ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@ cmake_install.cmake
/test_*
CTestTestfile.cmake
Testing
install_manifest.txt
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ set(PLOTFX_LDFLAGS plotfxlib ${CAIRO_LIBRARIES} ${FREETYPE_LIBRARIES} ${HARFBUZZ

add_executable(plotfx common/platform/plotfx_cli.cc)
target_link_libraries(plotfx ${PLOTFX_LDFLAGS})
install(TARGETS plotfx DESTINATION bin)

#file(GLOB unit_test_files "tests/**/test_*.cc")
#foreach(unit_test_path ${unit_test_files})
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ libfreetype. Run:
    $ cmake .
    $ make

To install plotfx into your system, run `make install`:
To install the `plotfx` binary into your system, run `make install`:

    $ make install