Removed submodule.
This commit is contained in:
parent
970dec76ff
commit
d81bcbd4ae
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "external/ehs"]
|
||||||
|
path = external/ehs
|
||||||
|
url = https://gitea.eventhorizonstudio.io/SilverMoonStudio/EHS.git
|
@ -26,6 +26,8 @@ endif ()
|
|||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 20)
|
set(CMAKE_CXX_STANDARD 20)
|
||||||
|
|
||||||
|
add_subdirectory(external/ehs)
|
||||||
|
|
||||||
add_executable(DeviceScanner main.cpp)
|
add_executable(DeviceScanner main.cpp)
|
||||||
|
|
||||||
if (IS_OS_WINDOWS)
|
if (IS_OS_WINDOWS)
|
||||||
@ -34,9 +36,6 @@ elseif (IS_OS_LINUX)
|
|||||||
add_compile_definitions(VK_USE_PLATFORM_WAYLAND_KHR EHS_WS_WAYLAND)
|
add_compile_definitions(VK_USE_PLATFORM_WAYLAND_KHR EHS_WS_WAYLAND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_directories(DeviceScanner PRIVATE "${USER_HOME_DIRECTORY}/.local/lib")
|
|
||||||
target_include_directories(DeviceScanner PRIVATE "${USER_HOME_DIRECTORY}/.local/include")
|
|
||||||
|
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
if (ZLIB_FOUND)
|
if (ZLIB_FOUND)
|
||||||
message(STATUS "ZLIB was found.")
|
message(STATUS "ZLIB was found.")
|
||||||
|
5
vcpkg.json
Normal file
5
vcpkg.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"name": "devicescanner",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"dependencies" : [ "zlib", "openssl" ]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user