Commit Graph

15 Commits (f70776dcdae03ab6e9227268e95520fdf2df8e73)

Author SHA1 Message Date
Mattia Montanari cb2c3a4260 Add math library to missing link 2022-08-16 18:30:28 +02:00
Mattia Montanari 5c2a763999 Edit readme and compiler flags from CMake 2022-07-19 15:19:07 +02:00
wilwal23 101502c438
Update CMakeLists.txt
Issue #25 solved. 
Added if at line 45, based on this question:
https://stackoverflow.com/questions/2274006/cmake-invalid-numeric-argument-wextra

After that, a new error popped up concerning "m.lib" file not found.
Removed "m" at line 61, based on this question:
https://stackoverflow.com/questions/19333898/lnk1181-cannot-open-input-file-m-lib

Now the project can be built successfully and the example runs correctly.

PS: I'm not a computer scientist so I do not assure what I did is wrong, consider this pull request as a hint to solve Issue #25.
2022-07-17 12:52:03 +02:00
Mattia Montanari 030c0c52df Link to math lib 2022-07-09 23:55:41 +02:00
Mattia Montanari d8c123c434 Minalistic community edition (CE) library 2022-07-09 23:10:45 +02:00
Mattia Montanari 5f03ab18f4 Merge branch 'cmakeWin' into dev 2021-07-03 13:33:36 +02:00
Mattia Montanari 6ef178f508 Add install setup 2021-07-03 13:26:49 +02:00
Mattia Montanari 07f444a0f1 Add header with license file 2020-05-21 17:27:47 +01:00
Mattia 73a5aae3cd Improve on C flag setup and support OpenMP 2020-05-03 23:27:21 +01:00
Mattia Montanari e08f4992d1 Create install command: run `sudo make install` 2020-04-18 16:15:44 +01:00
Mattia Montanari 81a073fc86 Create independent project (library) and example (demo C) 2020-04-18 13:23:21 +01:00
Mattia Montanari 214b2c47d6 New sub-algorithm 2020-04-18 12:28:17 +01:00
mm 15cd434e4b Update copyright and license 2019-07-29 12:49:45 +01:00
mm 646c1d3edc Fix exit condition, remove Werror flag 2019-03-18 17:47:04 +00:00
Mattia Montanari bcc7cc6e2a Commit v1.0 of openGJK 2018-11-13 22:17:15 +00:00