| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/tufao/tufao/ |
| H A D | 0001-CMakeLists.txt-fix-build-with-Qt-5.11-don-t-use-qt5_.patch | 29 add_executable(${PROJECT_NAME} main.cpp) 30 -qt5_use_modules(${PROJECT_NAME} Core Network) 31 -target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES}) 32 +target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES} Qt5::Core Qt5::Network) 48 @@ -9,5 +9,4 @@ set(${PROJECT_NAME}_HEADERS 51 add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_HEADERS} ${${PROJECT_NAME}_SOURCE}) 52 -qt5_use_modules(${PROJECT_NAME} Core Network) 53 -target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES} ${Test}) 54 +target_link_libraries(${PROJECT_NAME} ${TUFAO_LIBRARIES} ${Test} Qt5::Core Qt5::Network)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/openh264/ |
| H A D | 0001-Makefile-Use-cp-options-to-preserve-file-mode.patch | 19 @@ -306,8 +306,8 @@ install-shared: $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIX) install-headers $ 21 install -m 755 $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXFULLVER) $(DESTDIR)$(SHAREDLIB_DIR) 23 - cp -a $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER) $(DESTDIR)$(SHAREDLIB_DIR) ; \ 24 - cp -a $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIX) $(DESTDIR)$(SHAREDLIB_DIR) ; \ 25 + cp -R --no-dereference --preserve=mode,links $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJOR… 26 + cp -R --no-dereference --preserve=mode,links $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIX) $(D… 29 install -m 644 $(PROJECT_NAME).pc $(DESTDIR)$(PREFIX)/$(LIBDIR_NAME)/pkgconfig
|
| /OK3568_Linux_fs/app/lvgl_demo/rk_demo/ |
| H A D | CMakeLists.txt | 27 add_executable(${PROJECT_NAME} ${SRCS}) 29 target_link_libraries(${PROJECT_NAME} 34 target_link_libraries(${PROJECT_NAME} SDL2) 37 target_link_libraries(${PROJECT_NAME} drm) 40 install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)
|
| /OK3568_Linux_fs/app/lvgl_demo/lv_demo/ |
| H A D | CMakeLists.txt | 33 add_executable(${PROJECT_NAME} ${SRCS}) 35 target_link_libraries(${PROJECT_NAME} 40 target_link_libraries(${PROJECT_NAME} SDL2) 43 target_link_libraries(${PROJECT_NAME} drm) 46 install(TARGETS ${PROJECT_NAME} RUNTIME DESTINATION bin)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_landing_page.py | 19 PROJECT_NAME = 'test project' variable in TestLandingPage 56 self.assertFalse(self.PROJECT_NAME in content, 57 'should not show builds for project %s' % self.PROJECT_NAME) 79 user_project = Project.objects.create_project(self.PROJECT_NAME, None) 93 self.assertTrue(self.PROJECT_NAME in content, 94 'should show builds for project %s' % self.PROJECT_NAME)
|
| H A D | test_project_builds_page.py | 21 PROJECT_NAME = 'test project' variable in TestProjectBuildsPage 29 self.project1 = Project.objects.create_project(name=self.PROJECT_NAME, 33 self.project2 = Project.objects.create_project(name=self.PROJECT_NAME,
|
| H A D | test_all_builds_page.py | 22 PROJECT_NAME = 'test project' variable in TestAllBuildsPage 30 self.project1 = Project.objects.create_project(name=self.PROJECT_NAME, 169 if re.search(self.PROJECT_NAME, content):
|
| H A D | test_all_projects_page.py | 22 PROJECT_NAME = 'test project' variable in TestAllProjectsPage 53 self.project = Project.objects.create_project(self.PROJECT_NAME, self.release)
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winwindow.h | 43 #ifndef PROJECT_NAME 44 #define PROJECT_NAME "Cygwin/X" macro 48 #define WINDOW_TITLE PROJECT_NAME ":%s.%d" 53 #define WINDOW_TITLE_X PROJECT_NAME " X"
|
| H A D | winerror.c | 94 winMessageBoxF("A fatal error has occurred and " PROJECT_NAME " will now exit.\n\n" in OsVendorFatalError() 144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType); in winMessageBoxF()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/supp_plugin/ |
| H A D | CMakeLists.txt | 6 add_library(${PROJECT_NAME} SHARED test_supp_plugin.c) 7 target_include_directories(${PROJECT_NAME} PRIVATE ./include) 9 install (TARGETS ${PROJECT_NAME} DESTINATION ${CFG_TEE_PLUGIN_LOAD_PATH})
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkap_3a/test/ |
| H A D | CMakeLists.txt | 14 add_executable(${PROJECT_NAME} 18 target_link_libraries(${PROJECT_NAME} 23 install(TARGETS ${PROJECT_NAME}
|
| /OK3568_Linux_fs/external/common_algorithm/audio/rkap_anr/test/ |
| H A D | CMakeLists.txt | 14 add_executable(${PROJECT_NAME} 18 target_link_libraries(${PROJECT_NAME} 23 install(TARGETS ${PROJECT_NAME}
|
| /OK3568_Linux_fs/external/common_algorithm/video/occlusion_detect/test/ |
| H A D | CMakeLists.txt | 17 add_executable(${PROJECT_NAME} 21 target_link_libraries(${PROJECT_NAME} 24 install(TARGETS ${PROJECT_NAME}
|
| /OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/ |
| H A D | CMakeLists.txt | 17 add_executable(${PROJECT_NAME} 21 target_link_libraries(${PROJECT_NAME} 26 install(TARGETS ${PROJECT_NAME}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | CMakeLists.txt | 113 add_executable (${PROJECT_NAME} ${SRC}) 115 target_compile_options (${PROJECT_NAME} PRIVATE -include conf.h) 117 target_include_directories(${PROJECT_NAME} 126 target_link_libraries (${PROJECT_NAME} 138 install (TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
| H A D | 0001-cmake-Use-GNUInstallDirs.patch | 27 EXPORT ${PROJECT_NAME}Targets 39 - set(INSTALL_CMAKE_DIR ${CMAKE_INSTALL_PREFIX}/lib/cmake/${PROJECT_NAME}) 40 + set(INSTALL_CMAKE_DIR ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/ |
| H A D | CMakeLists.txt | 3 add_library(${PROJECT_NAME} INTERFACE) 5 target_include_directories(${PROJECT_NAME}
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | CMakeLists.txt | 105 set(OBJECT_NAME ${PROJECT_NAME}-object) 115 set(SHARED_LIB_NAME ${PROJECT_NAME}) 132 set(STATIC_LIB_NAME ${PROJECT_NAME}-static) 137 set_target_properties(${STATIC_LIB_NAME} PROPERTIES OUTPUT_NAME ${PROJECT_NAME})
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/builds/ |
| H A D | buildtest.py | 90 PROJECT_NAME = "Testbuild" variable in BuildTest 116 project = Project.objects.create_project(name=BuildTest.PROJECT_NAME, 152 project__name=BuildTest.PROJECT_NAME):
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/librdkafka/librdkafka/ |
| H A D | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR.patch | 23 -set(config_install_dir "lib/cmake/${PROJECT_NAME}") 24 +set(config_install_dir "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libcppkafka/libcppkafka/ |
| H A D | 0001-cmake-Use-CMAKE_INSTALL_LIBDIR.patch | 23 - set(CPPKAFKA_CONFIG_DIR lib/cmake/${PROJECT_NAME}) 24 + set(CPPKAFKA_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
|
| /OK3568_Linux_fs/buildroot/package/libopenh264/ |
| H A D | 0001-Add-USE_STACK_PROTECTOR-option.patch | 57 SHLDFLAGS = -Wl,-soname,$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER) 71 $(SHAREDLIB_DIR)/$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER) 89 SHLDFLAGS = -Wl,-soname,$(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIXMAJORVER)
|
| /OK3568_Linux_fs/buildroot/package/libsoxr/ |
| H A D | 0001-Add-Libs.private-for-static-linking.patch | 35 @@ -2,4 +2,5 @@ Name: ${PROJECT_NAME} 38 Libs: -L${LIB_INSTALL_DIR} -l${PROJECT_NAME}
|
| /OK3568_Linux_fs/buildroot/package/libftdi1/ |
| H A D | 0001-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch | 58 DESTINATION include/${PROJECT_NAME} 89 DESTINATION include/${PROJECT_NAME}
|