Adding instructions to libs and include directories.
This commit is contained in:
parent
de7120f7fa
commit
ef041d3b1e
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
# Ignore binary files
|
||||
bin/*
|
||||
bin/
|
||||
|
||||
# Ignore CMake files
|
||||
CMakeCache.txt
|
||||
@ -8,5 +8,6 @@ cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
# Ignore library and include files
|
||||
libs/*
|
||||
include/*
|
||||
libs/*.so
|
||||
libs/*.dll
|
||||
include/irrlicht/*
|
||||
|
1
include/readme.txt
Normal file
1
include/readme.txt
Normal file
@ -0,0 +1 @@
|
||||
This directory should contain your local include header files.
|
1
libs/readme.txt
Normal file
1
libs/readme.txt
Normal file
@ -0,0 +1 @@
|
||||
This directory should include your library files. If you're running windows it should be "libIrrlicht.dll", if you're running Linux it should be "libIrrlicht.so".
|
Loading…
Reference in New Issue
Block a user