Add asm/opt.c to CMakeLists

Fixes compiling with CMake
This commit is contained in:
ISSOtm
2021-01-22 11:01:33 +01:00
parent fa0fa4d5ac
commit 3697065afc

View File

@@ -50,6 +50,7 @@ set(rgbasm_src
"asm/macro.c"
"asm/main.c"
"asm/math.c"
"asm/opt.c"
"asm/output.c"
"asm/rpn.c"
"asm/section.c"