mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 12:55:04 +00:00
Build tests with the same flags as the library
In particular, with the same warning flags. That means it now warns about a few things during compilation that the following commits are gonna fix.
This commit is contained in:
@@ -21,7 +21,8 @@ libcglm_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
||||
checkLDFLAGS = -L./.libs \
|
||||
-lm \
|
||||
-lcglm
|
||||
checkCFLAGS = -I./include
|
||||
checkCFLAGS = $(AM_CFLAGS) \
|
||||
-I./include
|
||||
|
||||
check_PROGRAMS = test/tests
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
Reference in New Issue
Block a user