Skip to content

Commit

Permalink
Tpl: Add content of libs folder to CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hirsch authored and W4RH4WK committed Dec 1, 2016
1 parent 9aedeb9 commit d5a30c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cmake/prefix_path.cmake

This file was deleted.

5 changes: 4 additions & 1 deletion scripts/setup/cmake.tpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
cmake_minimum_required(VERSION 3.6)
project(%PROJECT% VERSION 0.0.0 LANGUAGES C CXX)

# -- Include Paths
# -- Module Path
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

# -- Prefix Path
file(GLOB prefix_paths ${CMAKE_CURRENT_SOURCE_DIR}/libs/*)

# -- Extends
#add_subdirectory(insieme)

Expand Down

0 comments on commit d5a30c7

Please sign in to comment.