Skip to content

Commit

Permalink
Remove obsolete cmake instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Massimo Gengarelli committed Apr 19, 2012
1 parent 1bcf68a commit e97b39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ file(GLOB HEADERS ../include/*.h)
add_definitions(-Wall)

link_directories(/usr/local/include)
link_libraries(PhantomMenace)

add_executable(PhantomMenaceValidator ${SOURCES})
target_link_libraries(PhantomMenaceValidator PhantomMenace)

set_target_properties(PhantomMenaceValidator PROPERTIES VERSION 1.0.0)

Expand Down

0 comments on commit e97b39a

Please sign in to comment.