Switch to CMake for Qt build

This commit is contained in:
Fabien Freling 2019-05-11 15:56:42 +02:00
parent 2138179760
commit 761fc4aa90
8 changed files with 73 additions and 53 deletions

View file

@ -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))