Switch to CMake for Qt build
This commit is contained in:
parent
2138179760
commit
761fc4aa90
8 changed files with 73 additions and 53 deletions
|
@ -1,3 +1,7 @@
|
|||
(library
|
||||
; oboy.ml as the top-level file
|
||||
; building a shared library because we are relying on pthread and we cannot
|
||||
; combine static pthread with dynamic libc
|
||||
(executable
|
||||
(name oboy)
|
||||
(libraries threads))
|
||||
(libraries threads)
|
||||
(modes shared_object))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue