mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Visual C++ genenrate ASM code for GLM tests
This commit is contained in:
parent
93a2f03649
commit
805939686c
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
|||
#ctest_enable_coverage()
|
||||
endif()
|
||||
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
||||
add_definitions(/FAs)
|
||||
endif()
|
||||
|
||||
include_directories("${PROJECT_SOURCE_DIR}")
|
||||
include_directories("${PROJECT_SOURCE_DIR}/test/external")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue