Permalink
Browse files

Update NM_TC.pro

Circular reference was overwriting sourcefile TC.cpp on compilation.
  • Loading branch information...
1 parent 4a9f959 commit 2de7eaa99d2b91f2c1f1805acc2cb158781b5837 @crossley crossley committed on GitHub Oct 10, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 NM_TC.pro
View
@@ -3,7 +3,7 @@ CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
-TARGET = TC.cpp
+TARGET = release_binary
SOURCES += Cortical_Column.cpp \
TC.cpp \

0 comments on commit 2de7eaa

Please sign in to comment.