Initial window setup
This commit is contained in:
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.20)
|
||||
set( CMAKE_EXPORT_COMPILE_COMMANDS on)
|
||||
project(Pacman)
|
||||
|
||||
add_executable(Pacman src/main.c)
|
||||
target_link_libraries( Pacman
|
||||
X11
|
||||
GL
|
||||
Xrandr
|
||||
|
||||
)
|
||||
target_include_directories(Pacman
|
||||
PRIVATE "libs/rgfw/"
|
||||
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user