Renaming core -> jerry-core.

This commit is contained in:
Ruben Ayrapetyan
2015-02-17 19:00:34 +03:00
parent b6d018d019
commit 88353e93cf
183 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -185,7 +185,7 @@ project (Jerry CXX C ASM)
# Include directories
# Core interface
set(INCLUDE_CORE_INTERFACE
${CMAKE_SOURCE_DIR}/core)
${CMAKE_SOURCE_DIR}/jerry-core)
# Sources
# Platform-specific
@@ -226,7 +226,7 @@ project (Jerry CXX C ASM)
# Component targets
# Jerry's Core
add_subdirectory(core)
add_subdirectory(jerry-core)
# Jerry's libc
add_subdirectory(jerry-libc)