aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-04-30 17:57:02 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-04-30 17:57:02 -0400
commit74315872e5104396feb90c1155adbc20bf6ee78c (patch)
treeb43cb2ccb7dd3bc2e005a0236550e94a3ce095b2 /CMakeLists.txt
parentf511688f83dc0386216f9ef097d88ea44cb160a6 (diff)
downloadwhatami-master.tar.gz
Add windows supportHEADmaster
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd032c7..93a0e40 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,4 +3,4 @@ project(whatami C)
set(CMAKE_C_STANDARD 99)
-add_executable(whatami main.c util.c darwin.c linux.c common.h x86.c x86.h)
+add_executable(whatami main.c util.c darwin.c linux.c common.h x86.c x86.h win.c win.h)