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
6e0a5a391b
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
Successful build of QT gui using cmake instead of qmake.
2020-07-10 14:59:07 +00:00
cmake_minimum_required
(
VERSION
3.1
)
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
)