Skip to content

Commit

Permalink
Compilation with version 3.3 of the 3DxWave SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardeau committed Nov 13, 2016
1 parent 96a1914 commit 79fbb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/3DXSupport.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function( target_link_3DXWARE ) # 1 argument: ARGV0 = project name

if ( CMAKE_CONFIGURATION_TYPES )

target_link_libraries( ${ARGV0} debug ${3DXWARE_LIB_DIR}/siappD.lib ${3DXWARE_LIB_DIR}/spwmathD.lib )
target_link_libraries( ${ARGV0} debug ${3DXWARE_LIB_DIR}/siapp.lib ${3DXWARE_LIB_DIR}/spwmathD.lib )

#Anytime we use COMPILE_DEFINITIONS_XXX we must define this policy!
#(and setting it outside of the function/file doesn't seem to work...)
Expand Down

0 comments on commit 79fbb4f

Please sign in to comment.