Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
#8 adding compiler flag to specify C++11 std
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Oct 14, 2018
1 parent 213f259 commit a906759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package imgui

// #cgo CXXFLAGS: -std=c++11
// #include "imguiWrapper.h"
import "C"

Expand Down

0 comments on commit a906759

Please sign in to comment.