Simple empty window
This commit is contained in:
15
CMakeLists.txt
Normal file
15
CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(chkEngine LANGUAGES CXX VERSION 0.1.0)
|
||||
|
||||
include(cmake/deps.cmake)
|
||||
include(cmake/chk.cmake)
|
||||
|
||||
chk_add(NAME Launcher KIND exe
|
||||
HDR
|
||||
"Launcher.hpp"
|
||||
SRC
|
||||
"Launcher.cpp"
|
||||
"Main.cpp"
|
||||
PUB
|
||||
SDL3pp::SDL3pp
|
||||
)
|
||||
Reference in New Issue
Block a user