inital commit
This commit is contained in:
commit
986a08b724
2 changed files with 204 additions and 0 deletions
10
CMakeLists.txt
Normal file
10
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
project(xrexpirament)
|
||||
|
||||
find_package(OpenXR REQUIRED)
|
||||
|
||||
add_executable(${PROJECT_NAME} main.c)
|
||||
target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC ${OpenXR_INCLUDE_DIR})
|
||||
target_link_libraries(${PROJECT_NAME} OpenXR::openxr_loader)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue