Skip to content

Commit

Permalink
Release cleanup (for revert).
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Apr 3, 2017
1 parent e733ad5 commit 303f65c
Show file tree
Hide file tree
Showing 29 changed files with 80 additions and 2,583 deletions.
5 changes: 1 addition & 4 deletions app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ set(APP_SOURCES
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}/${CMAKE_PROJECT_NAME}/")
add_custom_target(vala-ide-app SOURCES ${VALA_FILES})
add_executable (${APPNAME} ${VALA_C} ${APP_SOURCES})
add_executable(${APPNAME}-new ${APP_SOURCES} application-new.c application-new.h)
target_link_libraries (${APPNAME} ${LIBNAME} ${CORE_LIBRARIES})
target_link_libraries (${APPNAME}-new ${CORE_LIBRARIES} ${LIBNAME})
target_include_directories(${APPNAME} PRIVATE ${CORE_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/lib/c-lib ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/lib)
target_include_directories(${APPNAME}-new PRIVATE ${CORE_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/lib/c-lib ${CMAKE_SOURCE_DIR}/lib ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/lib)

install (TARGETS ${APPNAME} ${APPNAME}-new RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT bin)
install (TARGETS ${APPNAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT bin)

add_executable(${APPNAME}-runner
${GLIB_RESOURCES_APP}
Expand Down
Loading

0 comments on commit 303f65c

Please sign in to comment.