7 lines
290 B
CMake
7 lines
290 B
CMake
# Copyright (c) 2019, SLikeSoft UG (haftungsbeschränkt)
|
|
#
|
|
# This file is licensed under the MIT-style license found in the license.txt
|
|
# file in the root directory of this source tree.
|
|
|
|
get_filename_component(SELF_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
include(${SELF_DIR}/slikenet.cmake) |