UNPKG
sack-gui
Version:
latest (0.9.123)
0.9.123
0.9.122
0.9.121
0.9.120
0.9.119
Node.js GUI Addon
github.com/d3x0r/sack.vfs
d3x0r/sack.vfs
sack-gui
/
CMakeLists.txt
10 lines
(6 loc)
•
139 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
cmake_minimum_required
(VERSION
3.6
)
if
( MAKE_GUI )
include
( CMakeLists.gui.txt )
else
()
include
( CMakeLists.vfs.txt )
endif
( MAKE_GUI )