Cleanup in CMakeLists.txt (#1572)
This commit is contained in:
committed by
GitHub
parent
d4d0ac4859
commit
40e76b7c24
@@ -12,11 +12,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
cmake_minimum_required( VERSION 3.2 )
|
||||
|
||||
if( NOT TESTS_BUILD_ONLY_DYNAMIC )
|
||||
if( NOT VULKAN_HPP_TESTS_BUILD_ONLY_DYNAMIC )
|
||||
vulkan_hpp__setup_test( NAME StridedArrayProxy )
|
||||
|
||||
set_target_properties( StridedArrayProxy PROPERTIES FOLDER "Tests" )
|
||||
target_link_libraries( StridedArrayProxy PRIVATE utils )
|
||||
endif()
|
||||
Reference in New Issue
Block a user