Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Added missing xcodeproj after CMake conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rbd committed Sep 16, 2009
1 parent 49c81a5 commit 9f6680c
Show file tree
Hide file tree
Showing 2 changed files with 3,290 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,22 @@ add_subdirectory(pm_test)

# Cannot figure out how to make an xcode Java application with CMake
# add_subdirectory(pm_java)

# ---- Just for reference, here's what I had in pm_java/CMakeLists.txt ---

## pm_java
#
#PROJECT(pmdefaults Java)
#
#set(JAVA_SRC jportmidi/JPortMidiException.java
# jportmidi/JPortMidi.java
# jportmidi/JPortMidiApi.java
# pmdefaults/PmDefaults.java
# pmdefaults/PmDefaultsFrame.java)
#
#set(MACOSX_BUNDLE_ICON_FILE pmdefaults/pmdefaults.icns)
#set_source_files_properties(pmdefaults/pmdefaults.icns PROPERTIES
# MACOSX_PACKAGE_LOCATION Resources)
#add_executable(PmDefaults MACOSX_BUNDLE ${JAVA_SRC})
#set_target_properties(PmDefaults PROPERTIES LINKER_LANGUAGE Java)
#
Loading

0 comments on commit 9f6680c

Please sign in to comment.