mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Visual C++ genenrate ASM code for GLM tests
This commit is contained in:
parent
93a2f03649
commit
805939686c
@ -157,6 +157,10 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
|||||||
#ctest_enable_coverage()
|
#ctest_enable_coverage()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||||
|
add_definitions(/FAs)
|
||||||
|
endif()
|
||||||
|
|
||||||
include_directories("${PROJECT_SOURCE_DIR}")
|
include_directories("${PROJECT_SOURCE_DIR}")
|
||||||
include_directories("${PROJECT_SOURCE_DIR}/test/external")
|
include_directories("${PROJECT_SOURCE_DIR}/test/external")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user