This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
fceux
mirror of
https://github.com/TASEmulators/fceux.git
Watch
1
Star
0
Fork
You've already forked fceux
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
940c895de5
fceux
/
CMakeLists.txt
8 lines
79 B
CMake
Raw
Normal View
History
Unescape
Escape
Cast const char * to char * to get past winbuild.... this is not the best way to go, but it works.
2020-06-20 04:06:47 +00:00
Updated minimum cmake version to 3.8
2022-01-16 02:14:39 +00:00
cmake_minimum_required
(
VERSION
3.8
)
Cast const char * to char * to get past winbuild.... this is not the best way to go, but it works.
2020-06-20 04:06:47 +00:00
project
(
fceux
)
add_subdirectory
(
src
)