Logo
Explore Help
Sign In
feedc0de/dolphin
1
0
Fork 0
You've already forked dolphin
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
e608d79f424dae9371ebe0df27fbb0c9e53b9afe
dolphin/Source/DSPTool/CMakeLists.txt

6 lines
151 B
CMake
Raw Normal View History

Remove unnecessary Src/ folders
2013-12-07 15:14:29 -05:00
add_executable(dsptool DSPTool.cpp)
Add the DSPTool and UnitTests to the cmake build. They are optional, and to enable them add -DDSTPTOOL and -DUNITTESTS to the cmake command line. Also, don't check to see if a directory is a wad file. They aren't. This removes an annoying and invalid debug assertion with the debug build. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7682 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-07-18 01:47:55 +00:00
target_link_libraries(dsptool core)
CMake: simplify some expressions
2015-01-03 13:17:57 +01:00
if(NOT APPLE)
CMakeLists: Normalize whitespace Normalizes tabs to spaces to follow our codebase's indentation style.
2017-03-01 07:43:43 -05:00
install(TARGETS dsptool RUNTIME DESTINATION ${bindir})
Let "make install" on OS X copy the bundle to /Applications. The "dsptool" executable is not included in the bundle. The "tester" executable is not included in the bundle and it no longer installed on other platforms, since it is neither expected nor useful to install unit tests.
2011-12-14 02:50:36 +01:00
endif()
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 143ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API