Skip to content

Commit

Permalink
Rename target -> platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Meyer committed Jul 14, 2019
1 parent 83912f8 commit 3dc1cd0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(NanoboyAdvance C CXX)

SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMakeTests)

SET(TARGET "sdl" CACHE STRING "Build Target (sdl, ...)")
SET(PLATFORM "sdl" CACHE STRING "Build Target (sdl, ...)")

SET(COMPILE_FLAGS "${COMPILE_FLAGS} -Ofast")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${COMPILE_FLAGS}")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
INCLUDE_DIRECTORIES(.)
ADD_SUBDIRECTORY(core)
ADD_SUBDIRECTORY("target/${TARGET}")
ADD_SUBDIRECTORY("platform/${PLATFORM}")
File renamed without changes.
File renamed without changes.

0 comments on commit 3dc1cd0

Please sign in to comment.