Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement test with wait_for...
[simgrid.git] / tools / pkg-config / simgrid.pc.in
1 prefix=@CMAKE_INSTALL_PREFIX@
2 exec_prefix=@CMAKE_INSTALL_FULL_BINDIR@
3 libdir=@CMAKE_INSTALL_FULL_LIBDIR@
4 includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
5
6 Name: SimGrid
7 Description: Framework for the simulation of distributed applications (Clouds, HPC, Grids, IoT and others)
8 Version: @libsimgrid_version@
9
10 Libs: -L${libdir} -lsimgrid
11 Cflags: -I${includedir}