Added trivial standard library and search paths.

This commit is contained in:
Nathan Braswell
2014-05-01 01:18:01 -04:00
parent 1997ba49d2
commit 6a75832b59
6 changed files with 60 additions and 5 deletions

View File

@@ -12,3 +12,5 @@ include_directories( ${MY_INCLUDES} )
add_executable(kraken ${MY_SOURCES})
file(COPY stdlib DESTINATION .)