Create and set up window
This commit is contained in:
@@ -14,3 +14,6 @@ if(${SANITIZERS})
|
||||
target_compile_options(maze-thing PRIVATE -fsanitize=address,undefined)
|
||||
target_link_options(maze-thing PRIVATE -fsanitize=address,undefined)
|
||||
endif()
|
||||
|
||||
find_package(X11 REQUIRED)
|
||||
target_link_libraries(maze-thing PRIVATE X11::X11)
|
||||
|
||||
Reference in New Issue
Block a user