From fba8184491e0b7ae6fab7ac01b4600d230dc4569 Mon Sep 17 00:00:00 2001 From: marsunet Date: Tue, 21 Dec 2021 17:04:22 -0800 Subject: Initial commit with window demo. --- hello/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello/CMakeLists.txt (limited to 'hello/CMakeLists.txt') diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt new file mode 100644 index 0000000..9ace20f --- /dev/null +++ b/hello/CMakeLists.txt @@ -0,0 +1,7 @@ +cmake_minimum_required(VERSION 3.0) + +add_executable(hello main.cc) + +target_link_libraries(hello + dxcommon + dxwindow) -- cgit v1.2.3