This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
inferno
Watch
1
Star
0
Fork
You've already forked inferno
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Inferno Game Engine
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
288
Commits
1
Branch
0
Tags
2.6 MiB
Tree:
f47babe5cf
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f47babe5cf'
${ noResults }
inferno
/
cmake
/
copy-assets.cmake
2 lines
87 B
Raw
Normal View
History
Unescape
Escape
CMake: Copy assets to the build directory automatically
2 years ago
file
(
COPY
${
CMAKE_CURRENT_LIST_DIR
}
/../assets
DESTINATION
${
CMAKE_CURRENT_BINARY_DIR
}
)