Skip to content

Commit

Permalink
- add cmake configuration file (facebookarchive#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke1410 committed Sep 8, 2019
1 parent 8268530 commit c257df3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions slikenet-config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 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)

0 comments on commit c257df3

Please sign in to comment.