CMakeLists maintenance (#1826)
Removed various superfluous declarations, and rewrote some parts to be nicer or more consistent. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -48,7 +48,6 @@ macro(jerry_create_executable JERRY_NAME)
|
||||
set_property(TARGET ${JERRY_NAME}
|
||||
PROPERTY LINK_FLAGS "${LINKER_FLAGS_COMMON}")
|
||||
target_compile_definitions(${JERRY_NAME} PRIVATE ${DEFINES_JERRY})
|
||||
link_directories(${CMAKE_BINARY_DIR})
|
||||
|
||||
target_link_libraries(${JERRY_NAME} jerry-core)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user