TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / cmake / modules / FindPortableApps.cmake
blob17ee15ae2e3820c165c0728f741a289ac8f1650a
2 # - Find PortableApps
3 # Find the PortableApps LauncherGenerator and Installer commands
5 #  PORTABLEAPPS_LAUNCHER_GENERATOR_EXECUTABLE - path to the PortableApps.comLauncherGenerator utility.
6 #  PORTABLEAPPS_INSTALLER_EXECUTABLE - path to the PortableApps.comInstaller utility.
8 # Find PortableApps.comLauncherGenerator
9 find_program(PORTABLEAPPS_LAUNCHER_GENERATOR_EXECUTABLE PortableApps.comLauncherGenerator
10         PATH
11                 "C:/PortableApps/PortableApps.comLauncher"
12                 "$ENV{USERPROFILE}/PortableApps/PortableApps.comLauncher"
13         DOC "Path to the PortableApps.comLauncherGenerator utility."
16 # Find PortableApps.comInstaller
17 find_program(PORTABLEAPPS_INSTALLER_EXECUTABLE PortableApps.comInstaller
18         PATH
19                 "C:/PortableApps/PortableApps.comInstaller"
20                 "$ENV{USERPROFILE}/PortableApps/PortableApps.comInstaller"
21         DOC "Path to the PortableApps.comInstaller utility."
24 # Assume that FindNSIS has taken care of this for us.
25 # set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
26 # include(InstallRequiredSystemLibraries)