CMakeLists.txt @@ -120,6 +120,7 @@ add_library(voidscript src/Parser/Parser.cpp src/Lexer/Lexer.cpp src/Lexer/Operators.cpp ) install(TARGETS voidscript DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT "lib")