Fixed IDE folder issues for VC++.

Fixes #328.
This commit is contained in:
Camilla Berglund
2015-01-06 18:01:19 +01:00
parent d311e28038
commit 023f337735
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ else()
add_executable(splitview WIN32 splitview.c)
add_executable(wave WIN32 wave.c)
set_target_properties(boing gears particles simple splitview wave PROPERTIES
set_target_properties(boing gears heightmap particles simple splitview wave PROPERTIES
FOLDER "GLFW3/Examples")
endif()