aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindNorthstarPluginABI.cmake
blob: 08518f2905eabbbddba050ee21215a65d1d5aa5b (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)