ref: 3697065afc1ee33375e4bc8d8097554071802232
parent: fa0fa4d5ac9e806f4e1770e1fcab7cf3c5bc5289
author: ISSOtm <eldredhabert0@gmail.com>
date: Fri Jan 22 06:01:33 EST 2021
Add `asm/opt.c` to CMakeLists Fixes compiling with CMake
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,6 +50,7 @@
"asm/macro.c"
"asm/main.c"
"asm/math.c"
+ "asm/opt.c"
"asm/output.c"
"asm/rpn.c"
"asm/section.c"