Skip to content

Commit

Permalink
Rename CMakeTests -> cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Oct 31, 2019
1 parent 41e7081 commit 6f61458
Show file tree
Hide file tree
Showing 2 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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
project(NanoboyAdvance C CXX)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake)

set(PLATFORM "sdl" CACHE STRING "Build Target (sdl, ...)")

Expand Down
File renamed without changes.

0 comments on commit 6f61458

Please sign in to comment.