Skip to content

pqrs-org/cpp-osx-process_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

398d239 · Nov 28, 2024

History

40 Commits
Apr 22, 2024
Dec 24, 2020
Aug 17, 2023
Sep 10, 2023
Sep 10, 2023
Nov 28, 2024
Dec 24, 2020
Dec 24, 2020
Dec 24, 2020
Dec 24, 2020
Sep 10, 2023
Dec 24, 2020
Dec 24, 2020
Aug 19, 2023

Repository files navigation

Build Status License

cpp-osx-process_info

A utility for ProcessInfo.

Requirements

cpp-osx-process_info depends the following classes.

Install

Using package manager

You can install include/pqrs by using cget.

cget install pqrs-org/cget-recipes
cget install pqrs-org/cpp-osx-process_info

And then configure your project as follows:

  • Add cget/src/pqrs/osx/process_info/PQRSOSXProcessInfoImpl.swift
  • Add cget/include/pqrs/osx/process_info/impl/Bridging-Header.h as Bridging Header.

Manual install

Copy include/pqrs directory into your include directory.

And then configure your project as follows:

  • Add src/pqrs/osx/process_info/PQRSOSXProcessInfoImpl.swift
  • Add include/pqrs/osx/process_info/impl/Bridging-Header.h as Bridging Header.