aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindNorthstarPluginABI.cmake
blob: ff8024a44d981c4e577c233a93d9a83167f2117a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if (NorthstarPluginABI_FOUND)
	return()
endif()

set(NS_LAUNCHER_DIR "${PROJECT_SOURCE_DIR}/deps/NorthstarLauncher" CACHE STRING "Path to NorthstarLauncher Dependency")
check_init_submodule(${NS_LAUNCHER_DIR})

set(NS_DLL_DIR "${NS_LAUNCHER_DIR}/NorthstarDLL")
set(NS_PLUG_DIR "${NS_DLL_DIR}/plugins")

set(NorthstarPluginABI_FOUND 1)