Cleanup and moving of NanoCoat VM specific headers to their own include directory...
[SquirrelJME.git] / nanocoat / src / CMakeLists.txt
blob654770534431ac36902df421d2375b3d43c5d171
1 # ---------------------------------------------------------------------------
2 # SquirrelJME
3 #     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 # ---------------------------------------------------------------------------
5 # SquirrelJME is under the Mozilla Public License Version 2.0.
6 # See license.mkd for licensing and copyright information.
7 # ---------------------------------------------------------------------------
9 # Declare library
10 squirreljme_multilib_add_static_library(Core
11         allocSizeOf.c
12         boot.c
13         bytecode.c
14         classy.c
15         cleanup.c
16         descriptor.c
17         gfx.c
18         jdwp.c
19         loop.c
20         modelessStars.c
21         nvm.c
22         rom.c
23         romLibrary.c
24         romLibraryZip.c
25         romSuite.c
26         romSuiteZip.c
27         task.c
28         tread.c
29         vmConfig.c)
31 # Include main headers
32 squirreljme_multilib_static_target_include_directories(Core
33         "${CMAKE_SOURCE_DIR}/include")
35 # Doxygen
36 squirreljme_doxygen(Core)