This website requires JavaScript.
Explore
Help
Sign In
mirror
/
OpenMW
Watch
1
Star
0
Fork
0
You've already forked OpenMW
mirror of
https://gitlab.com/OpenMW/openmw.git
synced
2025-01-10 06:39:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0558664aa6
OpenMW
/
apps
/
clientconsole
/
CMakeLists.txt
4 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Various Windows fixes to CMake, compile errors, and a few warnings. Also made the command server optional and disabled by default since it is not currently working correctly on Linux.
2010-07-05 03:17:10 +00:00
Fix Windows line feeds and chdmod
2010-07-02 07:05:57 +00:00
add_executable
(
clientconsole
client.cpp
)
Various fixes to get openmw to compile and run properly
2010-07-02 08:41:39 +00:00
target_link_libraries
(
clientconsole
${
Boost_LIBRARIES
}
)
Reference in New Issue
Copy Permalink