build: remove unnecessary cmake module
This commit is contained in:
parent
e0f107a599
commit
660e325e5f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "cmake"]
|
||||
path = cmake
|
||||
url = git://git.nerdcruft.net/cmake
|
@ -2,9 +2,6 @@
|
||||
cmake_minimum_required(VERSION 3.7.0)
|
||||
project(cruft-vulkan CXX)
|
||||
|
||||
list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
|
||||
include (nc)
|
||||
|
||||
|
||||
###############################################################################
|
||||
find_package (Vulkan REQUIRED)
|
||||
|
1
cmake
1
cmake
@ -1 +0,0 @@
|
||||
Subproject commit 6576747031f4a7d82497d60663df83e54b75d088
|
Loading…
Reference in New Issue
Block a user