dashboard
repositories
filestore
activity
search
login
frameworks
/
humble-cloud
emscripten Humble Cloud interface
summary
reflog
commits
tree
tickets
docs
compare
blame
|
history
|
raw
move emscripten compilation methods into the main CreateProgram and use the...
Edward Rudd
2014-08-19
6cb3cee3c6cf50bd29d7e183bdf39fb0be93cf24
[frameworks/humble-cloud.git]
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
PROJECT(TestApp)
include(cmake/BoilerPlate.cmake)
include(cmake/UtilityFunctions.cmake)
CreateProgram(TestApp
FILES
main.cpp
JS_LIBS
${CMAKE_CURRENT_SOURCE_DIR}/humble_cloud.js
)