Skip to content

Commit

Permalink
scripts/ -> cmake-scripts/
Browse files Browse the repository at this point in the history
Move the directory name, to be a bit more specific.
  • Loading branch information
rgly committed May 15, 2015
1 parent 09317b7 commit fedad2c
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12)
project(LLVM_TRACER CXX)
enable_testing()

set(SCRIPT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/scripts")
set(SCRIPT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/cmake-scripts")
include("${SCRIPT_DIR}/TracerConfig.cmake")
include("${SCRIPT_DIR}/findAndSetLLVM.cmake")

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fedad2c

Please sign in to comment.