Home
last modified time | relevance | path

Searched refs:SUBPROJECT (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/cadabra2/cadabra2-2.3.6.8/cmake/
H A Dfunctions.cmake33 # the build directory of SUBPROJECT to the Install
35 macro(install_dlls_from SUBPROJECT)
38 DIRECTORY "${CMAKE_BINARY_DIR}/${SUBPROJECT}/${CMAKE_BUILD_TYPE}/"
44 DIRECTORY "${CMAKE_BINARY_DIR}/${SUBPROJECT}/"
/dports/math/py-or-tools/or-tools-9.2/cmake/
H A Dcpp.cmake213 foreach(SUBPROJECT IN ITEMS
230 add_subdirectory(ortools/${SUBPROJECT})
231 #target_link_libraries(${PROJECT_NAME} PRIVATE ${PROJECT_NAME}_${SUBPROJECT})
232 target_sources(${PROJECT_NAME} PRIVATE $<TARGET_OBJECTS:${PROJECT_NAME}_${SUBPROJECT}>)
233 add_dependencies(${PROJECT_NAME} ${PROJECT_NAME}_${SUBPROJECT})
H A Djava.cmake142 foreach(SUBPROJECT IN ITEMS algorithms graph init linear_solver constraint_solver sat util)
143 add_subdirectory(ortools/${SUBPROJECT}/java)
144 target_link_libraries(jni${JAVA_ARTIFACT} PRIVATE jni${SUBPROJECT})
H A Ddotnet.cmake86 foreach(SUBPROJECT IN ITEMS algorithms graph init linear_solver constraint_solver sat util)
87 add_subdirectory(ortools/${SUBPROJECT}/csharp)
88 target_link_libraries(google-ortools-native PRIVATE dotnet_${SUBPROJECT})
H A Dpython.cmake169 foreach(SUBPROJECT IN ITEMS init algorithms graph linear_solver constraint_solver sat scheduling ut…
170 add_subdirectory(ortools/${SUBPROJECT}/python)
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmGhsMultiGpj.h19 SUBPROJECT, enumerator
H A DcmGhsMultiGpj.cxx24 case SUBPROJECT: in GetGpjTag()
H A DcmGhsMultiTargetGenerator.cxx87 this->TagType = GhsMultiGpj::SUBPROJECT; in Generate()
163 if (this->TagType != GhsMultiGpj::SUBPROJECT) { in WriteTargetSpecifics()
568 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, *f); in WriteSources()
570 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, fout_proj); in WriteSources()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmGhsMultiGpj.h19 SUBPROJECT, enumerator
H A DcmGhsMultiGpj.cxx24 case SUBPROJECT: in GetGpjTag()
H A DcmGhsMultiTargetGenerator.cxx87 this->TagType = GhsMultiGpj::SUBPROJECT; in Generate()
163 if (this->TagType != GhsMultiGpj::SUBPROJECT) { in WriteTargetSpecifics()
568 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, *f); in WriteSources()
570 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, fout_proj); in WriteSources()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmGhsMultiGpj.h19 SUBPROJECT, enumerator
H A DcmGhsMultiGpj.cxx24 case SUBPROJECT: in GetGpjTag()
H A DcmGhsMultiTargetGenerator.cxx87 this->TagType = GhsMultiGpj::SUBPROJECT; in Generate()
163 if (this->TagType != GhsMultiGpj::SUBPROJECT) { in WriteTargetSpecifics()
568 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, *f); in WriteSources()
570 GhsMultiGpj::WriteGpjTag(GhsMultiGpj::SUBPROJECT, fout_proj); in WriteSources()
/dports/lang/rexx-regina/regina-rexx-3.9.3/epoc32/
H A Dmsgcmp.mmp15 SUBPROJECT .
H A Drecrexx.mmp19 SUBPROJECT recrexx
H A Drexx.mmp16 SUBPROJECT .
/dports/x11/gnome-shell/gnome-shell-41.1/
H A D.gitlab-ci.yml250 SUBPROJECT: "subprojects/extensions-app"
252 MANIFEST_PATH: "$SUBPROJECT/build-aux/flatpak/org.gnome.Extensions.json"
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/cmake/
H A Dtoolchain.py35 SUBPROJECT = 'subproject' variable in CMakeExecScope
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/cmake/
H A Dtoolchain.py34 SUBPROJECT = 'subproject' variable in CMakeExecScope
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/cmake/
H A Dtoolchain.py32 SUBPROJECT = 'subproject' variable in CMakeExecScope
/dports/devel/meson/meson-0.60.3/mesonbuild/cmake/
H A Dtoolchain.py34 SUBPROJECT = 'subproject' variable in CMakeExecScope
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/cmake/
H A Dtoolchain.py34 SUBPROJECT = 'subproject' variable in CMakeExecScope
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/CMake/Basis/
H A DProjectTools.cmake84 # is a (loosely coupled) "subproject" when it uses the SUBPROJECT option of
118 message (FATAL_ERROR "Options SUBPROJECT and NAME are mutually exclusive!")
160 message (FATAL_ERROR "Missing PACKAGE_NAME option for SUBPROJECT ${PROJECT_NAME}!"
501 # @tp @b SUBPROJECT name @endtp
520 # @c SUBPROJECT option is given and the project shall be build independently
774 # @retval PROJECT_NAME See @c NAME and @p SUBPROJECT.
795 # @retval PROJECT_IS_SUBPROJECT @c TRUE if @c SUBPROJECT used instead of NAME or @c FALSE…
/dports/devel/llvm10/llvm-10.0.1.src/cmake/modules/
H A DAddLLVM.cmake852 # The SUBPROJECT argument contains the LLVM project the plugin belongs
857 "NO_MODULE" "SUBPROJECT" ""

123