search for: target_sources

Displaying 12 results from an estimated 12 matches for "target_sources".

2017 May 29
0
[PATCH] Add CMake build script
...speex PUBLIC ${FFTW_LIBRARIES}) + endif() +endif() +if(HAVE_LIBM) + if(BUILD_SHARED_LIBS) + target_link_libraries(speex PRIVATE ${LIBM}) + else() + target_link_libraries(speex PUBLIC ${LIBM}) + endif() +endif() +target_compile_options(speex PRIVATE ${SSE_FLAGS}) +if(WIN32 AND BUILD_SHARED_LIBS) + target_sources(speex PRIVATE win32/libspeex.def) + set_target_properties (speex PROPERTIES OUTPUT_NAME "libspeex") +endif() +set_target_properties (speex PROPERTIES + PUBLIC_HEADER "${speex_PUBLIC_HEADERS}" + SOVERSION 1.5.1 + VERSION 1) +if(EXPORT AND BUILD_SHARED_LIBS) + set_target_proper...
2020 Mar 26
12
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Mar 26
4
Upgrading LLVM's minimum required CMake version
...s that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements >> >> CMake 3.11 (released March 28th 2018): >> * add_library() and add_executable() can be called without sources as long as target_sources() is used later >> * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions >> * COMPILE...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Apr 02
2
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Mar 26
2
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements >> >> CMake 3.11 (released March 28th 2018): >> * add_library() and add_executable() can be called without sources as long as target_sources() is used later >> * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions >> * COMPILE...
2020 Apr 04
3
Upgrading LLVM's minimum required CMake version
...CMake to require C++11 to build, which should give a good > sense of how conservative they are about compiler requirements > > CMake 3.11 (released March 28th 2018): > * add_library() and add_executable() can be called without > sources as long as target_sources() is used later > * target_compile_{definitions,features,options}, > target_include_directories(), target_sources(), and > target_link_libraries() can set the corresponding INTERFACE_* > properties on imported targets > * COMPILE_DEFINITIONS su...
2020 Apr 06
5
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Apr 07
2
Upgrading LLVM's minimum required CMake version
...s * An interesting aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements CMake 3.11 (released March 28th 2018): * add_library() and add_executable() can be called without sources as long as target_sources() is used later * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets * COMPILE_DEFINITIONS supports generator expressions * COMPILE_OPTIONS source file proper...
2020 Apr 07
3
Upgrading LLVM's minimum required CMake version
...rion of CMake to >> require C++11 to build, which should give a good sense of how conservative >> they are about compiler requirements >> >> CMake 3.11 (released March 28th 2018): >> * add_library() and add_executable() can be called without sources as >> long as target_sources() is used later >> * target_compile_{definitions,features,options}, >> target_include_directories(), target_sources(), and target_link_libraries() >> can set the corresponding INTERFACE_* properties on imported targets >> * COMPILE_DEFINITIONS supports generator expressions...
2020 Apr 08
3
Upgrading LLVM's minimum required CMake version
...ing aside is that this is the first verion of CMake to require C++11 to build, which should give a good sense of how conservative they are about compiler requirements > > CMake 3.11 (released March 28th 2018): > * add_library() and add_executable() can be called without sources as long as target_sources() is used later > * target_compile_{definitions,features,options}, target_include_directories(), target_sources(), and target_link_libraries() can set the corresponding INTERFACE_* properties on imported targets > * COMPILE_DEFINITIONS supports generator expressions > * COMPILE_OPTIONS sou...