Skip to content
Snippets Groups Projects
Commit 523bf090 authored by Francois Keith's avatar Francois Keith
Browse files

Add missing compilation flag for win32

parent 9f0b4fe3
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ ...@@ -16,6 +16,11 @@
# Make sure to find Debug.h # Make sure to find Debug.h
INCLUDE_DIRECTORIES(BEFORE ${PROJECT_SOURCE_DIR}/src) INCLUDE_DIRECTORIES(BEFORE ${PROJECT_SOURCE_DIR}/src)
# add flag to compile qld.cc
IF(WIN32)
ADD_DEFINITIONS("/D __STDC__")
ENDIF(WIN32)
SET(SOURCES SET(SOURCES
FootTrajectoryGeneration/FootTrajectoryGenerationAbstract.cpp FootTrajectoryGeneration/FootTrajectoryGenerationAbstract.cpp
FootTrajectoryGeneration/FootTrajectoryGenerationStandard.cpp FootTrajectoryGeneration/FootTrajectoryGenerationStandard.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment