Rename main_* to main-*

This commit is contained in:
e.gavrin
2015-02-13 22:31:49 +03:00
parent 8dc4950590
commit 26288b6b1b
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -183,14 +183,14 @@ project (Jerry CXX C ASM)
# Platform-specific # Platform-specific
# Jerry standalone # Jerry standalone
# Linux # Linux
set(SOURCE_JERRY_STANDALONE_MAIN_LINUX main_linux.cpp) set(SOURCE_JERRY_STANDALONE_MAIN_LINUX main-linux.cpp)
# MCU # MCU
# stm32f3 # stm32f3
set(SOURCE_JERRY_STANDALONE_MAIN_MCU_STM32F3 main_mcu.cpp) set(SOURCE_JERRY_STANDALONE_MAIN_MCU_STM32F3 main-mcu.cpp)
# stm32f4 # stm32f4
set(SOURCE_JERRY_STANDALONE_MAIN_MCU_STM32F4 main_mcu.cpp) set(SOURCE_JERRY_STANDALONE_MAIN_MCU_STM32F4 main-mcu.cpp)
# Unit tests main modules # Unit tests main modules
file(GLOB SOURCE_UNIT_TEST_MAIN_MODULES tests/unit/*.cpp) file(GLOB SOURCE_UNIT_TEST_MAIN_MODULES tests/unit/*.cpp)
View File
View File